* doc/invoke.texi (-x): Fix typo.
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Sep 2010 14:28:30 +0000 (14:28 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Sep 2010 14:28:30 +0000 (14:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164180 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index d187beb..5f62d06 100644 (file)
@@ -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
index 48ff4e2..b354382 100644 (file)
@@ -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