Fix a typo in a doc comment

This commit is contained in:
Matthias Clasen 2012-08-27 23:37:41 -04:00
parent 4f12f7c029
commit b7d1518ce9

View File

@ -139,7 +139,7 @@ g_mutex_get_impl (GMutex *mutex)
* This function is useful to initialize a mutex that has been
* allocated on the stack, or as part of a larger structure.
* It is not necessary to initialize a mutex that has been
* created that has been statically allocated.
* statically allocated.
*
* |[
* typedef struct {