summaryrefslogtreecommitdiffstats
path: root/avahi-common/cdecl.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-common/cdecl.h')
-rw-r--r--avahi-common/cdecl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-common/cdecl.h b/avahi-common/cdecl.h
index b08e2a0..fc89197 100644
--- a/avahi-common/cdecl.h
+++ b/avahi-common/cdecl.h
@@ -26,13 +26,13 @@
#ifdef __cplusplus
/** If using C++ this macro enables C mode, otherwise does nothing */
#define AVAHI_C_DECL_BEGIN extern "C" {
-/** If using C++ this macros switches back to C++ mode, otherwise does nothing */
+/** If using C++ this macro switches back to C++ mode, otherwise does nothing */
#define AVAHI_C_DECL_END }
#else
/** If using C++ this macro enables C mode, otherwise does nothing */
#define AVAHI_C_DECL_BEGIN
-/** If using C++ this macros switches back to C++ mode, otherwise does nothing */
+/** If using C++ this macro switches back to C++ mode, otherwise does nothing */
#define AVAHI_C_DECL_END
#endif