projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
005304a
)
fix typo
author
Nick Clifton
<nickc@redhat.com>
Tue, 6 Dec 2016 15:34:33 +0000
(15:34 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Tue, 6 Dec 2016 15:34:33 +0000
(15:34 +0000)
gas/read.c
patch
|
blob
|
history
diff --git
a/gas/read.c
b/gas/read.c
index 08b8846f1514159e67e4bd0052e541099fe8fbd5..9d35766a6a93142095ee3737ab47b47dd44d09c0 100644
(file)
--- a/
gas/read.c
+++ b/
gas/read.c
@@
-3397,7
+3397,7
@@
s_space (int mult)
/* PR 20901: Check for excessive values.
FIXME: 1<<10 is an arbitrary limit. Maybe use maxpagesize instead ? */
if (exp.X_add_number < 0 || exp.X_add_number > (1 << 10))
- as_bad (_("size value for s
_s
pace directive too large: %lx"),
+ as_bad (_("size value for space directive too large: %lx"),
(long) exp.X_add_number);
else
{