diff options
author | 2007-06-19 05:47:41 +0000 | |
---|---|---|
committer | 2007-06-19 05:47:41 +0000 | |
commit | 3a56b272defd686ff136aa3e88e18c8bb7e3b9c1 (patch) | |
tree | 8eac2d4e1bc141ef0c4205b4dfe048fc022a07cb | |
parent | Remove unused variable. (diff) | |
download | wireguard-openbsd-3a56b272defd686ff136aa3e88e18c8bb7e3b9c1.tar.xz wireguard-openbsd-3a56b272defd686ff136aa3e88e18c8bb7e3b9c1.zip |
Grammar-o.
OK jmc
-rw-r--r-- | usr.bin/mail/vars.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mail/vars.c b/usr.bin/mail/vars.c index f616ebd7d0b..7687d9913bb 100644 --- a/usr.bin/mail/vars.c +++ b/usr.bin/mail/vars.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vars.c,v 1.10 2003/06/03 02:56:11 millert Exp $ */ +/* $OpenBSD: vars.c,v 1.11 2007/06/19 05:47:41 ray Exp $ */ /* $NetBSD: vars.c,v 1.4 1996/06/08 19:48:45 christos Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static const char sccsid[] = "@(#)vars.c 8.1 (Berkeley) 6/6/93"; #else -static const char rcsid[] = "$OpenBSD: vars.c,v 1.10 2003/06/03 02:56:11 millert Exp $"; +static const char rcsid[] = "$OpenBSD: vars.c,v 1.11 2007/06/19 05:47:41 ray Exp $"; #endif #endif /* not lint */ @@ -101,7 +101,7 @@ vcopy(char *str) /* * Get the value of a variable and return it. - * Look in the environment if its not available locally. + * Look in the environment if it's not available locally. */ char * |