diff options
author | Nayden Markatchev <nayden@cvs.openbsd.org> | 2019-11-29 05:28:33 +0000 |
---|---|---|
committer | Nayden Markatchev <nayden@cvs.openbsd.org> | 2019-11-29 05:28:33 +0000 |
commit | 4b27d34d52ce6db0b3958d86a86c082da426ecfb (patch) | |
tree | f5d4f0bfe2194db3e6c2ac184e3c9021d42eeb33 /bin/csh | |
parent | 8c75324f86c28620e779e383950bc6dfc5f47667 (diff) |
typo fix.
ok deraadt@
Diffstat (limited to 'bin/csh')
-rw-r--r-- | bin/csh/file.c | 4 |
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) |