From 66510170586bcad261333f40ab969f32339b5371 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 18 Aug 2008 18:21:15 +0000 Subject: [PATCH] 2008-08-18 H.J. Lu * config/tc-i386.c (i386_align_code): Fix a comment typo. --- gas/ChangeLog | 4 ++++ gas/config/tc-i386.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index d479c1737..8ba707f66 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2008-08-18 H.J. Lu + + * config/tc-i386.c (i386_align_code): Fix a comment typo. + 2008-08-15 Alan Modra PR 6526 diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 97bdcb82e..1e0e717ef 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -989,7 +989,7 @@ i386_align_code (fragS *fragP, int count) switch (cpu_arch_tune) { case PROCESSOR_UNKNOWN: - /* When cpu_arch_isa is net, cpu_arch_tune shouldn't be + /* When cpu_arch_isa is set, cpu_arch_tune shouldn't be PROCESSOR_UNKNOWN. */ abort (); break; -- 2.11.4.GIT