From ce7671764357217480ac409c63773cf5581365a8 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 19 Feb 2003 07:32:37 +0000 Subject: make this work on sparc64, some borrowed from netbsd; raj@cerias.purdue.edu --- usr.bin/vgrind/vgrindefs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/vgrind/vgrindefs.c') diff --git a/usr.bin/vgrind/vgrindefs.c b/usr.bin/vgrind/vgrindefs.c index 9d5b3d65645..a4a559b45ab 100644 --- a/usr.bin/vgrind/vgrindefs.c +++ b/usr.bin/vgrind/vgrindefs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vgrindefs.c,v 1.3 2001/11/19 19:02:17 mpech Exp $ */ +/* $OpenBSD: vgrindefs.c,v 1.4 2003/02/19 07:32:36 deraadt Exp $ */ /* $NetBSD: vgrindefs.c,v 1.5 1994/12/20 12:05:29 cgd Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)vgrindefs.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: vgrindefs.c,v 1.3 2001/11/19 19:02:17 mpech Exp $"; +static char rcsid[] = "$OpenBSD: vgrindefs.c,v 1.4 2003/02/19 07:32:36 deraadt Exp $"; #endif /* not lint */ #define BUFSIZ 1024 @@ -308,7 +308,7 @@ tgetstr(id, area) } /* - * Tdecode does the grung work to decode the + * Tdecode does the grunt work to decode the * string capability escapes. */ static char * -- cgit v1.2.3