summaryrefslogtreecommitdiff
path: root/libc/sysdeps/i386/strpbrk.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/i386/strpbrk.S')
-rw-r--r--libc/sysdeps/i386/strpbrk.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/i386/strpbrk.S b/libc/sysdeps/i386/strpbrk.S
index bbc0cbeb6..246ae27c5 100644
--- a/libc/sysdeps/i386/strpbrk.S
+++ b/libc/sysdeps/i386/strpbrk.S
@@ -205,7 +205,7 @@ L(1): leal -4(%edx), %eax /* prepare loop */
1. a character in the stopset was found
and
2. the end of the string was found
- But as a sign that the chracter is in the stopset we store its
+ But as a sign that the character is in the stopset we store its
value in the table. But the value of NUL is NUL so the loop
terminates for NUL in every case. */