diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-05-04 11:25:08 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-05-04 11:25:08 -0700 |
commit | 0993859691e4ba437bcabf3f7519486370cbfb58 (patch) | |
tree | 7bb5afbd2736ae817eb73442f2034e187e215b50 | |
parent | a8de086a47264a3d3bcdbeed07be82f5b419c020 (diff) | |
download | gcc-0993859691e4ba437bcabf3f7519486370cbfb58.zip gcc-0993859691e4ba437bcabf3f7519486370cbfb58.tar.gz gcc-0993859691e4ba437bcabf3f7519486370cbfb58.tar.bz2 |
Fix typo in comment.
From-SVN: r7205
-rw-r--r-- | gcc/config/mips/iris3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/iris3.h b/gcc/config/mips/iris3.h index b1633ac..d075818 100644 --- a/gcc/config/mips/iris3.h +++ b/gcc/config/mips/iris3.h @@ -75,7 +75,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define NO_DOLLAR_IN_LABEL 1 -/* Specify wchar_t types. */ +/* Specify wchar_t type. */ #define WCHAR_TYPE "unsigned char" #define WCHAR_TYPE_SIZE BITS_PER_UNIT |