summaryrefslogtreecommitdiff
path: root/libc/string/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/string.c')
-rw-r--r--libc/string/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/string.c b/libc/string/string.c
index 3e6d2e4..ffce96c 100644
--- a/libc/string/string.c
+++ b/libc/string/string.c
@@ -632,7 +632,7 @@ unsigned int srcseg, srcoff, destseg, destoff, len;
cld
#endif
- ! sei ! Are we _really_ paranoid ?
+ ! sti ! Are we _really_ paranoid ?
#if !__FIRST_ARG_IN_AX__
mov ds,[bp+4] ! Careful, [bp+xx] is SS based.