mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Spelling fixes in public headers
This commit is contained in:
parent
460a24778b
commit
231645d4fc
10 changed files with 39 additions and 39 deletions
|
|
@ -119,7 +119,7 @@
|
|||
|
||||
#ifndef PA_GCC_WEAKREF
|
||||
#if defined(__GNUC__) && defined(__ELF__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ > 1)) || (__GNUC__ > 4))
|
||||
/** Macro for usgae of GCC's weakref attribute */
|
||||
/** Macro for usage of GCC's weakref attribute */
|
||||
#define PA_GCC_WEAKREF(x) __attribute__((weakref(#x)));
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue