]> git.meshlink.io Git - catta/blobdiff - avahi-common/cdecl.h
Copyediting / spelling / grammar
[catta] / avahi-common / cdecl.h
index b08e2a0fd6e26d52c0db846fdd47f3c677472f6e..fc89197b9280ad24b0a6ff4f095650c54f38bab7 100644 (file)
 #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