summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authornayden <nayden@openbsd.org>2019-11-29 05:28:32 +0000
committernayden <nayden@openbsd.org>2019-11-29 05:28:32 +0000
commitb11b5babe92544406f45ac0a0e2a62901ab625e8 (patch)
tree3f914f5a41a98184d875fcdc384325101f3fd080 /bin
parents/EXIT_SUCCESS/0/ (diff)
downloadwireguard-openbsd-b11b5babe92544406f45ac0a0e2a62901ab625e8.tar.xz
wireguard-openbsd-b11b5babe92544406f45ac0a0e2a62901ab625e8.zip
typo fix.
ok deraadt@
Diffstat (limited to 'bin')
-rw-r--r--bin/csh/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/csh/file.c b/bin/csh/file.c
index ab881d5f5a1..facf828a4c1 100644
--- a/bin/csh/file.c
+++ b/bin/csh/file.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: file.c,v 1.38 2019/06/28 13:34:58 deraadt Exp $ */
+/* $OpenBSD: file.c,v 1.39 2019/11/29 05:28:32 nayden Exp $ */
/* $NetBSD: file.c,v 1.11 1996/11/08 19:34:37 christos Exp $ */
/*-
@@ -726,7 +726,7 @@ is_prefix(Char *check, Char *template)
/*
* Return true if the Chars in template appear at the
- * end of check, I.e., are it's suffix.
+ * end of check, I.e., are its suffix.
*/
static int
is_suffix(Char *check, Char *template)