From 5209009a1b5cd9e55c6289e4f958f771548e5dc8 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 24 Dec 2007 06:10:17 +0000 Subject: [PATCH] Fix a typo in comment. --- gas/config/tc-i386.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 359d988a2f..85ca2bb725 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. */