diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-27 16:45:15 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-27 16:45:15 +0000 |
commit | 2fd1350624de57d3784c80efbf730ef8aff5cdc4 (patch) | |
tree | 1ca2cf9efc14485f4437057a3d3b6a5b6552c921 /gcc/config/i386/linux.h | |
parent | 086aa12e9c57cef4e4872a179cf1610487215f19 (diff) | |
download | gcc-2fd1350624de57d3784c80efbf730ef8aff5cdc4.zip gcc-2fd1350624de57d3784c80efbf730ef8aff5cdc4.tar.gz gcc-2fd1350624de57d3784c80efbf730ef8aff5cdc4.tar.bz2 |
linux.h: Fix a comment typo.
* config/i386/linux.h: Fix a comment typo.
* doc/extend.texi: Fix a typo.
From-SVN: r91377
Diffstat (limited to 'gcc/config/i386/linux.h')
-rw-r--r-- | gcc/config/i386/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index b8dee2c..bbdfef6 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -183,5 +183,5 @@ Boston, MA 02111-1307, USA. */ #define MD_UNWIND_SUPPORT "config/i386/linux-unwind.h" -/* This macro may be overriden in i386/k*bsd-gnu.h */ +/* This macro may be overridden in i386/k*bsd-gnu.h. */ #define REG_NAME(reg) reg |