diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-09-24 13:54:00 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-09-24 13:54:00 -0700 |
commit | ed29882b51fd332125150214ddd16164875dbc29 (patch) | |
tree | 54ba64f36049ce911aa45f902f9480b1f5b2f40e /doc | |
parent | 1fd23400fde56c772c16d04bec2f3be4f83bda8b (diff) | |
download | nasm-ed29882b51fd332125150214ddd16164875dbc29.tar.gz nasm-ed29882b51fd332125150214ddd16164875dbc29.tar.bz2 nasm-ed29882b51fd332125150214ddd16164875dbc29.zip |
nasmdoc: grammar fix
half -> halves
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nasmdoc.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index d061505..db290d6 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -1433,7 +1433,7 @@ floating-point number as an integer, and can use anywhere integer constants are used in an expression. \c{__float80m__} and \c{__float80e__} produce the 64-bit mantissa and 16-bit exponent of an 80-bit floating-point number, and \c{__float128l__} and -\c{__float128h__} produce the lower and upper 64-bit half of a 128-bit +\c{__float128h__} produce the lower and upper 64-bit halves of a 128-bit floating-point number, respectively. For example: |