diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-10 14:28:30 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-10 14:28:30 +0000 |
commit | 91c6b0de93921ca4c8b3b9d098aeab6142f374b7 (patch) | |
tree | 2918a4ca6d426e58188c91645fcf51acb8398148 | |
parent | 7662340f6eac3bf1dbda062b694dfab8daea8702 (diff) | |
download | gcc-91c6b0de93921ca4c8b3b9d098aeab6142f374b7.tar.gz |
* doc/invoke.texi (-x): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164180 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d187beb79b1..5f62d06447b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-09-10 Ryan Mansfield <rmansfield@qnx.com> + + * doc/invoke.texi (-x): Fix typo. + 2010-09-10 Richard Guenther <rguenther@suse.de> PR debug/44115 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 48ff4e2c835..b3543824cf3 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1099,7 +1099,7 @@ Specify explicitly the @var{language} for the following input files name suffix). This option applies to all following input files until the next @option{-x} option. Possible values for @var{language} are: @smallexample -c c-header c-cpp-output +c c-header cpp-output c++ c++-header c++-cpp-output objective-c objective-c-header objective-c-cpp-output objective-c++ objective-c++-header objective-c++-cpp-output |