summaryrefslogtreecommitdiff
path: root/src/pulse/gccmacro.h
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-08-24 18:24:45 +0200
committerColin Guthrie <colin@mageia.org>2011-08-25 11:27:35 +0100
commit231645d4fc247d9adf06549d087a0a1fb73b9c46 (patch)
tree192cfbb4f35047a6d865493621ff518f544eae8a /src/pulse/gccmacro.h
parent460a24778b4d279516ab694d1fd1aae0a6fa9047 (diff)
Spelling fixes in public headers
Diffstat (limited to 'src/pulse/gccmacro.h')
-rw-r--r--src/pulse/gccmacro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/gccmacro.h b/src/pulse/gccmacro.h
index 5749a6bbb..fe16967e1 100644
--- a/src/pulse/gccmacro.h
+++ b/src/pulse/gccmacro.h
@@ -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