aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKijima Daigo <norimaking777@gmail.com>2021-11-30 07:51:04 +0900
committerGitHub <noreply@github.com>2021-11-29 14:51:04 -0800
commit5c06db33fc1e2130f67c045327b0ec949032df1d (patch)
tree887a723a6e54e821eeb235c47d1199b3d62d9580 /doc
parentb64af41c3276f97f0e181920400ee056b9c88037 (diff)
downloadberkeley-softfloat-3-master.zip
berkeley-softfloat-3-master.tar.gz
berkeley-softfloat-3-master.tar.bz2
Fix typo (#16)HEADmaster
Diffstat (limited to 'doc')
-rw-r--r--doc/SoftFloat.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SoftFloat.html b/doc/SoftFloat.html
index b72b407..8367d6f 100644
--- a/doc/SoftFloat.html
+++ b/doc/SoftFloat.html
@@ -508,7 +508,7 @@ significant extra cost.
On computers where the word size is <NOBR>64 bits</NOBR> or larger, both
function versions (<CODE>f128M_add</CODE> and <CODE>f128_add</CODE>) are
provided, because the cost of passing by value is then more reasonable.
-Applications that must be portable accross both classes of computers must use
+Applications that must be portable across both classes of computers must use
the pointer-based functions, as these are always implemented.
However, if it is known that SoftFloat includes the by-value functions for all
platforms of interest, programmers can use whichever version they prefer.