summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
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)