This addresses the non-Oxford British English vs. US English spelling
nits in translatable strings.
I see various similar cases in m2 and rust FEs where they don't make it into
gcc.pot, guess those would be nice to get fixed too.
2024-04-23 Jakub Jelinek <jakub@redhat.com>
* config/darwin.opt (init): Spelling fix: initialiser -> initializer.
gcc/c-family/
* c-attribs.cc (handle_objc_nullability_attribute): Spelling fix:
recognised -> recognized.
gcc/m2/
* lang.opt (fdef=, fmod=): Spelling fix: recognise -> recognize.
|| strcmp (TREE_STRING_POINTER (val), "resettable") == 0))
*no_add_attrs = false; /* OK */
else if (val != error_mark_node)
- error ("%qE attribute argument %qE is not recognised", name, val);
+ error ("%qE attribute argument %qE is not recognized", name, val);
return NULL_TREE;
}
init
Driver RejectNegative Separate
--init <symbol_name> The symbol <symbol_name> will be used as the first initialiser for a dylib.
+-init <symbol_name> The symbol <symbol_name> will be used as the first initializer for a dylib.
install_name
Driver RejectNegative Separate
fdef=
Modula-2 Joined
-recognise the specified suffix as a definition module filename
+recognize the specified suffix as a definition module filename
fdump-system-exports
Modula-2
fmod=
Modula-2 Joined
-recognise the specified suffix as implementation and module filenames
+recognize the specified suffix as implementation and module filenames
fnil
Modula-2
Driver
Link the standard Modula-2 libraries statically in the compilation.
-; Here are C options that we also recognise, either within the compiler
+; Here are C options that we also recognize, either within the compiler
; or to build the preprocessor command lines.
Wall