projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d71376
)
Fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 3 Feb 2014 22:10:45 +0000
(17:10 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 3 Feb 2014 22:10:45 +0000
(17:10 -0500)
glib/gthread.c
patch
|
blob
|
history
diff --git
a/glib/gthread.c
b/glib/gthread.c
index 026d9f0f8eee2f77a522b9bed10f68c4dfeee984..dce98a070e2b2c488e0edd1fd958f81efb8f6523 100644
(file)
--- a/
glib/gthread.c
+++ b/
glib/gthread.c
@@
-437,7
+437,7
@@
*
* The #GThread struct represents a running thread. This struct
* is returned by g_thread_new() or g_thread_try_new(). You can
- * obtain the #GThread struct representing the current thead by
+ * obtain the #GThread struct representing the current th
r
ead by
* calling g_thread_self().
*
* GThread is refcounted, see g_thread_ref() and g_thread_unref().