X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fcdecl.h;h=fc89197b9280ad24b0a6ff4f095650c54f38bab7;hb=2b3957724d8b6c570e425de10eda81c606690c07;hp=b08e2a0fd6e26d52c0db846fdd47f3c677472f6e;hpb=6efe2615e04c6ef664fa9d49b013e261ba1e6e66;p=catta 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