]> code.delx.au - pulseaudio/blobdiff - src/pulse/gccmacro.h
More spelling fixes
[pulseaudio] / src / pulse / gccmacro.h
index 5749a6bbb65b3b8dc909c5514cff17ac945f238f..fe16967e10f695aa76ef77b4a125639ea321f8be 100644 (file)
 
 #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