summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-08-09 20:49:08 +0000
committerandvar <andvar@NetBSD.org>2021-08-09 20:49:08 +0000
commita0b1e536df3104e76cf5c2f37490cb23a63128b8 (patch)
tree6ab4896fa3c2d2c9dc17be5363287a3dbcc22c40 /include/string.h
parentbb8ca2d9cb64e420b74f6a8b26bc0ef2a4c0e5b1 (diff)
fix various typos in compatibility, mainly in comments.
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/string.h b/include/string.h
index f61004e30b2..70d16dcc54c 100644
--- a/include/string.h
+++ b/include/string.h
@@ -1,4 +1,4 @@
-/* $NetBSD: string.h,v 1.52 2018/02/20 02:35:24 kamil Exp $ */
+/* $NetBSD: string.h,v 1.53 2021/08/09 20:49:08 andvar Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -95,7 +95,7 @@ __aconst char *strsignal(int);
__END_DECLS
#if defined(_NETBSD_SOURCE)
-#include <strings.h> /* for backwards-compatibilty */
+#include <strings.h> /* for backwards-compatibility */
__BEGIN_DECLS
void *memmem(const void *, size_t, const void *, size_t);
char *strcasestr(const char *, const char *);