From 7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Sat, 20 May 2023 13:37:47 +0000 Subject: Fix all the remaining misspellings -- BZ 25337 --- string/test-strcmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string/test-strcmp.c') diff --git a/string/test-strcmp.c b/string/test-strcmp.c index fa31616..fb52559 100644 --- a/string/test-strcmp.c +++ b/string/test-strcmp.c @@ -48,7 +48,7 @@ # define CHAR__MIN WCHAR_MIN /* Wcscmp uses signed semantics for comparison, not unsigned */ -/* Avoid using substraction since possible overflow */ +/* Avoid using subtraction since possible overflow */ int simple_wcscmp (const wchar_t *s1, const wchar_t *s2) -- cgit v1.1