aboutsummaryrefslogtreecommitdiff
path: root/libc/test
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2024-06-13 20:20:27 +0100
committerGitHub <noreply@github.com>2024-06-13 20:20:27 +0100
commitd4a0154902fb9b0611ed857134b26a64a1d5ad1e (patch)
tree59ee0f3b971b27fe5718ce6a4f658d6b730e97ac /libc/test
parentcd94fa7e7595cbd0c22e898170d8ee9648b47285 (diff)
downloadllvm-d4a0154902fb9b0611ed857134b26a64a1d5ad1e.zip
llvm-d4a0154902fb9b0611ed857134b26a64a1d5ad1e.tar.gz
llvm-d4a0154902fb9b0611ed857134b26a64a1d5ad1e.tar.bz2
[llvm-project] Fix typo "seperate" (#95373)
Diffstat (limited to 'libc/test')
-rw-r--r--libc/test/src/__support/str_to_float_comparison_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/test/src/__support/str_to_float_comparison_test.cpp b/libc/test/src/__support/str_to_float_comparison_test.cpp
index 19f3f86..7641c59 100644
--- a/libc/test/src/__support/str_to_float_comparison_test.cpp
+++ b/libc/test/src/__support/str_to_float_comparison_test.cpp
@@ -143,7 +143,7 @@ int main(int argc, char *argv[]) {
int fails = 0;
// Bitdiffs are cases where the expected result and actual result only differ
- // by +/- the least significant bit. They are tracked seperately from larger
+ // by +/- the least significant bit. They are tracked separately from larger
// failures since a bitdiff is most likely the result of a rounding error, and
// splitting them off makes them easier to track down.
int bitdiffs = 0;