diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-02-18 17:07:07 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-02-18 17:07:07 -0800 |
commit | 0382002bfdafd7f743dac53d3b06ded044863e06 (patch) | |
tree | dcf6b720c749417b7d93a7305470ff23a4becb6e | |
parent | a33dfecdb72ecb6ee4dd76bb476da74b4f072c44 (diff) | |
download | gcc-0382002bfdafd7f743dac53d3b06ded044863e06.zip gcc-0382002bfdafd7f743dac53d3b06ded044863e06.tar.gz gcc-0382002bfdafd7f743dac53d3b06ded044863e06.tar.bz2 |
*** empty log message ***
From-SVN: r347
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 1d27cf3..0b4b63d 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -385,7 +385,7 @@ int flag_delayed_branch; int flag_pic; -/* Nonzero means place uninitilaized global data in the bss section. */ +/* Nonzero means place uninitialized global data in the bss section. */ int flag_no_common; |