Minor documentation improvements

Mostly correcting it's to its and changing some , to .
This commit is contained in:
Murray Cumming
2011-02-23 10:26:21 +01:00
parent 31419f2026
commit f91c04e284
23 changed files with 54 additions and 54 deletions

View File

@ -874,7 +874,7 @@ run_loop_before_waiting (void)
}
else if (timeout > 0)
{
/* We need to get the run loop to break out of it's wait when our timeout
/* We need to get the run loop to break out of its wait when our timeout
* expires. We do this by adding a dummy timer that we'll remove immediately
* after the wait wakes up.
*/