From b11b5babe92544406f45ac0a0e2a62901ab625e8 Mon Sep 17 00:00:00 2001 From: nayden Date: Fri, 29 Nov 2019 05:28:32 +0000 Subject: typo fix. ok deraadt@ --- bin/csh/file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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) -- cgit v1.2.3-59-g8ed1b