]> git.meshlink.io Git - catta/blobdiff - avahi-common/cdecl.h
Italian translation
[catta] / avahi-common / cdecl.h
index ca462c8bdd3e23a1d7e4ed3400a610d0abfb4e9d..fc89197b9280ad24b0a6ff4f095650c54f38bab7 100644 (file)
 ***/
 
 /** \file cdecl.h C++ compatibility */
-
 #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