From e3931da1c5e17a3f0017666ac693b6252f746993 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Tue, 25 Oct 2005 15:49:37 +0000 Subject: dont' -> don't in comments; from ray lai; --- src/lib/libc/stdlib/getopt_long.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libc/stdlib/getopt_long.c b/src/lib/libc/stdlib/getopt_long.c index 1bf7996998..41b6cd9f8d 100644 --- a/src/lib/libc/stdlib/getopt_long.c +++ b/src/lib/libc/stdlib/getopt_long.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getopt_long.c,v 1.19 2005/08/08 08:05:36 espie Exp $ */ +/* $OpenBSD: getopt_long.c,v 1.20 2005/10/25 15:49:37 jmc Exp $ */ /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */ /* @@ -495,7 +495,7 @@ getopt(int nargc, char * const *nargv, const char *options) { /* - * We dont' pass FLAG_PERMUTE to getopt_internal() since + * We don't pass FLAG_PERMUTE to getopt_internal() since * the BSD getopt(3) (unlike GNU) has never done this. * * Furthermore, since many privileged programs call getopt() -- cgit v1.2.3-55-g6feb