From 920e41776568bb6c321006d81cccde1e43bc7adb Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sat, 17 Nov 2001 18:51:15 +0000 Subject: [PATCH] Fix typo in comment in last commit --- gas/config/tc-cris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/config/tc-cris.c b/gas/config/tc-cris.c index 0c42ff4db20..b5e95270746 100644 --- a/gas/config/tc-cris.c +++ b/gas/config/tc-cris.c @@ -2980,7 +2980,7 @@ md_apply_fix3 (fixP, valP, seg) { /* This assignment truncates upper bits if valueT is 64 bits (as with --enable-64-bit-bfd), which is fine here, though we cast to avoid - compiler any warnings. */ + any compiler warnings. */ long val = (long) *valP; char *buf = fixP->fx_where + fixP->fx_frag->fr_literal; -- 2.30.2