summaryrefslogtreecommitdiffstats
path: root/include/err.h
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2001-07-19 15:06:22 +0000
committerespie <espie@openbsd.org>2001-07-19 15:06:22 +0000
commit07f2c53381d42a3e0df2a19790541c20019bf2f2 (patch)
tree5eec89af09061d707a5f47fc88a461163ee9e98b /include/err.h
parentbogus comment. (diff)
downloadwireguard-openbsd-07f2c53381d42a3e0df2a19790541c20019bf2f2.tar.xz
wireguard-openbsd-07f2c53381d42a3e0df2a19790541c20019bf2f2.zip
typo in comment
Diffstat (limited to 'include/err.h')
-rw-r--r--include/err.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/err.h b/include/err.h
index f761c91210d..cd81b8b0525 100644
--- a/include/err.h
+++ b/include/err.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: err.h,v 1.5 2001/07/19 14:08:33 millert Exp $ */
+/* $OpenBSD: err.h,v 1.6 2001/07/19 15:06:22 espie Exp $ */
/* $NetBSD: err.h,v 1.11 1994/10/26 00:55:52 cgd Exp $ */
/*-
@@ -69,7 +69,7 @@ void vwarnx __P((const char *, _BSD_VA_LIST_))
__attribute__((__format__ (printf, 1, 0)));
/*
- * The _* versios are for use in library functions so user-defined
+ * The _* versions are for use in library functions so user-defined
* versions of err*,warn* do not get used.
*/
__dead void _err __P((int, const char *, ...))