]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
snippet/c++defs: Fix typo in comment.
authorBruno Haible <bruno@clisp.org>
Sun, 23 Nov 2025 23:50:05 +0000 (00:50 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 23 Nov 2025 23:50:05 +0000 (00:50 +0100)
* lib/c++defs.h (_GL_FUNCDECL_SYS_NAME): Fix typo in comment.

lib/c++defs.h

index 7384457432c67c56adfee5c178099136b374c95a..b887cc3fb800addc6f8e2111ff190dbddd2b9bf3 100644 (file)
   _GL_EXTERN_C_FUNC __VA_ARGS__ rettype rpl_func parameters
 
 /* _GL_FUNCDECL_SYS_NAME (func) expands to plain func if C++, and to
-   parenthsized func otherwise.  Parenthesization is needed in C23 if
+   parenthesized func otherwise.  Parenthesization is needed in C23 if
    the function is like strchr and so is a qualifier-generic macro
    that expands to something more complicated.  */
 #ifdef __cplusplus