2000-07-08 Ulf Carlsson <ulfc@engr.sgi.com>
authorUlf Carlsson <ulfc@engr.sgi.com>
Sat, 8 Jul 2000 22:07:54 +0000 (22:07 +0000)
committerUlf Carlsson <ulfc@engr.sgi.com>
Sat, 8 Jul 2000 22:07:54 +0000 (22:07 +0000)
* doc/internals.texi (Expressions): Fix typo.

gas/ChangeLog
gas/doc/internals.texi

index 95b6b36eee42f8f973f82808c9ef934112616fd1..3320dbc85c1fb3013b1715ee0d03db3657985dca 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-08  Ulf Carlsson  <ulfc@engr.sgi.com>
+
+       * doc/internals.texi (Expressions): Fix typo.
+       
 2000-07-08  Kazu Hirata  <kazu@hxi.com>
 
        * config/tc-sh.c: Fix formatting.
index 9406e5fd3fa883ed30a2f82224632e3bf59fe7b8..34c974f7056346c3cb1455072d85de572ccf1d03 100644 (file)
@@ -463,7 +463,7 @@ the other fields; see the definition in @file{expr.h} for the possibilities.
 
 An @code{operatorT} value of @code{O_big} indicates either a floating point
 number, stored in the global variable @code{generic_floating_point_number}, or
-an integer to large to store in an @code{offsetT} type, stored in the global
+an integer too large to store in an @code{offsetT} type, stored in the global
 array @code{generic_bignum}.  This rather inflexible approach makes it
 impossible to use floating point numbers or large expressions in complex
 expressions.
This page took 0.028164 seconds and 4 git commands to generate.