[cairo-commit] src/cairo-mutex-impl-private.h

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Sep 23 16:11:36 PDT 2008


 src/cairo-mutex-impl-private.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 70207aadfdb580029c81ac87e2d1aa66cc6c5b30
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Sep 23 19:11:08 2008 -0400

    [mutex] Fix typo in comments

diff --git a/src/cairo-mutex-impl-private.h b/src/cairo-mutex-impl-private.h
index ed3995b..25fee4b 100644
--- a/src/cairo-mutex-impl-private.h
+++ b/src/cairo-mutex-impl-private.h
@@ -74,7 +74,7 @@
  *	cairo_mutex_impl_t _cairo_some_mutex;
  *   </programlisting>
  *
- * - #define %CAIRO_MUTEX_IMP_<NAME> 1 with suitable name for your platform.  You
+ * - #define %CAIRO_MUTEX_IMPL_<NAME> 1 with suitable name for your platform.  You
  *   can later use this symbol in cairo-system.c.
  *
  * - #define CAIRO_MUTEX_IMPL_LOCK(mutex) and CAIRO_MUTEX_IMPL_UNLOCK(mutex) to


More information about the cairo-commit mailing list