diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-29 22:02:30 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-29 22:02:30 +0000 |
commit | 0aee14a58e68c1692c66a47f02a88ae039d06e91 (patch) | |
tree | 7f5cf22ec110c051c540a6abb5ff3e9d0f669392 /gcc/doc/cppopts.texi | |
parent | ec5d1187f0e7dd342a0440eec98b5cf164368374 (diff) | |
download | gcc-0aee14a58e68c1692c66a47f02a88ae039d06e91.tar.gz |
gcc/
* passes.c, config/frv/frv.c, config/sh/sh.c: Fix comment
typos.
* doc/cppopts.texi: Fix a typo.
gcc/cp/
* call.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78676 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/cppopts.texi')
-rw-r--r-- | gcc/doc/cppopts.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index 4649e6ec8f2..fb8f5c72122 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -516,7 +516,7 @@ problems with encodings that do not fit exactly in @code{wchar_t}. Set the input character set, used for translation from the character set of the input file to the source character set used by GCC. If the locale does not specify, or GCC cannot get this information from the -locale, the default is UTF-8. This can be overriden by either the locale +locale, the default is UTF-8. This can be overridden by either the locale or this command line option. Currently the command line option takes precedence if there's a conflict. @var{charset} can be any encoding supported by the system's @code{iconv} library routine. |