summaryrefslogtreecommitdiff
path: root/strings/is_prefix.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/is_prefix.c')
-rw-r--r--strings/is_prefix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/is_prefix.c b/strings/is_prefix.c
index 2933577b5ab..dfb61612e79 100644
--- a/strings/is_prefix.c
+++ b/strings/is_prefix.c
@@ -31,7 +31,7 @@
Defines: is_prefix()
is_prefix(s, t) returns 1 if s starts with t.
- A empty t is allways a prefix.
+ A empty t is always a prefix.
*/
#include "strings_def.h"