mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 14:38:13 +02:00
[mutex] Fix typo in comments
This commit is contained in:
parent
0a4a6213e2
commit
70207aadfd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue