aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2024-01-26 17:45:46 -0800
committerMichael Forney <mforney@mforney.org>2024-01-26 17:47:21 -0800
commite96df56b734d0a2619e7690c60a5472449d086c1 (patch)
treebfa80780355ce20c1c565063d79df754fa9b0a11 /doc
parent0985a7893a4b5de63a67ebab445892d9fffe275b (diff)
doc/software: Fix double negative
Diffstat (limited to 'doc')
-rw-r--r--doc/software.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/software.md b/doc/software.md
index f774d07..b9bd372 100644
--- a/doc/software.md
+++ b/doc/software.md
@@ -20,7 +20,7 @@ patch directories in the [oasis package tree] for any patches used.
On musl systems, you must define `long double` to match `double` (as
below) to avoid errors in unused `static inline` functions in musl's
-`math.h`. Note: this is a hack and won't be ABI-incompatible with musl;
+`math.h`. Note: this is a hack and won't be ABI-compatible with musl;
things will break if any functions with `long double` get called.
```diff