comments/docs: Fix couple of typos

https://bugzilla.gnome.org/show_bug.cgi?id=668857
This commit is contained in:
Ravi Sankar Guntur
2012-01-28 12:02:36 +05:30
committed by Ryan Lortie
parent 9a7a98bf3b
commit 7486cd946a
11 changed files with 13 additions and 13 deletions

View File

@@ -834,7 +834,7 @@ g_cond_broadcast (GCond *cond)
* Notice that the end time is calculated once, before entering the
* loop and reused. This is the motivation behind the use of absolute
* time on this API -- if a relative time of 5 seconds were passed
* directly to the call and a spurious wakeup occured, the program would
* directly to the call and a spurious wakeup occurred, the program would
* have to start over waiting again (which would lead to a total wait
* time of more than 5 seconds).
*