Fix up some doc comments that referred to threads not being enabled

(and a few other unrelated comment fixes)
This commit is contained in:
Dan Winship
2011-10-05 11:45:51 -04:00
parent af55ff5a2b
commit 7ca83c6c9f
9 changed files with 13 additions and 28 deletions

View File

@@ -196,7 +196,7 @@ typedef struct _GTcpWrapperConnection GTcpWrapperConnectio
/**
* GThreadedSocketService:
*
* A helper class for handling accepting incomming connections in the
* A helper class for handling accepting incoming connections in the
* glib mainloop and handling them in a thread.
*
* Since: 2.22
@@ -286,10 +286,6 @@ typedef gboolean (* GFileReadMoreCallback) (const char *file_contents,
*
* I/O Job function.
*
* Note that depending on whether threads are available, the
* #GIOScheduler may run jobs in separate threads or in an idle
* in the mainloop.
*
* Long-running jobs should periodically check the @cancellable
* to see if they have been cancelled.
*