aboutsummaryrefslogtreecommitdiff
path: root/gas/expr.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-09-05 03:53:02 +0000
committerAlan Modra <amodra@gmail.com>2000-09-05 03:53:02 +0000
commit927781e250da046613f3cca96b81dd7c8783c120 (patch)
tree780bba90d9bd26566c9309550a865aa3ca15556f /gas/expr.c
parentecacdc7a6281ce9bc1d82de8cea46e195174b6ea (diff)
downloadfsf-binutils-gdb-927781e250da046613f3cca96b81dd7c8783c120.zip
fsf-binutils-gdb-927781e250da046613f3cca96b81dd7c8783c120.tar.gz
fsf-binutils-gdb-927781e250da046613f3cca96b81dd7c8783c120.tar.bz2
Miscellaneous tiny fixes.
Diffstat (limited to 'gas/expr.c')
-rw-r--r--gas/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/expr.c b/gas/expr.c
index c8e0f46..bc86066 100644
--- a/gas/expr.c
+++ b/gas/expr.c
@@ -1304,7 +1304,7 @@ operand (expressionP)
{
/* Let the target try to parse it. Success is indicated by changing
the X_op field to something other than O_absent and pointing
- input_line_pointer passed the expression. If it can't parse the
+ input_line_pointer past the expression. If it can't parse the
expression, X_op and input_line_pointer should be unchanged. */
expressionP->X_op = O_absent;
--input_line_pointer;