diff options
Diffstat (limited to 'gcc/cppmacro.c')
-rw-r--r-- | gcc/cppmacro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppmacro.c b/gcc/cppmacro.c index 9390cbce3b5..4fb2df91780 100644 --- a/gcc/cppmacro.c +++ b/gcc/cppmacro.c @@ -1162,7 +1162,7 @@ _cpp_free_definition (h) } /* Save parameter NODE to the parameter list of macro MACRO. Returns - zero on success, non-zero if the paramter is a duplicate. */ + zero on success, non-zero if the parameter is a duplicate. */ static int save_parameter (pfile, macro, node) cpp_reader *pfile; |