diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-12-24 06:10:17 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-12-24 06:10:17 +0000 |
commit | 5209009a1b5cd9e55c6289e4f958f771548e5dc8 (patch) | |
tree | a19776748d8751b0d1a7b5ea60d0dd50fcae79fc /gas | |
parent | 1efbbeb4614cfed6db59358265e1786aa23e629b (diff) | |
download | binutils-5209009a1b5cd9e55c6289e4f958f771548e5dc8.zip binutils-5209009a1b5cd9e55c6289e4f958f771548e5dc8.tar.gz binutils-5209009a1b5cd9e55c6289e4f958f771548e5dc8.tar.bz2 |
Fix a typo in comment.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/tc-i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 359d988..85ca2bb 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -288,7 +288,7 @@ static int intel_syntax = 0; 0 if att mnemonic. */ static int intel_mnemonic = !SYSV386_COMPAT; -/* 1 ti support old (<= 2.8.1) versions of gcc. */ +/* 1 if support old (<= 2.8.1) versions of gcc. */ static int old_gcc = OLDGCC_COMPAT; /* 1 if register prefix % not required. */ |