=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/fileio.c,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- src/usr.bin/mg/fileio.c 2006/09/19 05:52:23 1.78 +++ src/usr.bin/mg/fileio.c 2006/11/19 16:51:19 1.79 @@ -1,4 +1,4 @@ -/* $OpenBSD: fileio.c,v 1.78 2006/09/19 05:52:23 otto Exp $ */ +/* $OpenBSD: fileio.c,v 1.79 2006/11/19 16:51:19 deraadt Exp $ */ /* This file is in the public domain. */ @@ -421,7 +421,7 @@ char prefixx[NFILEN + 1]; /* - * We need three different strings: + * We need three different strings: * dir - the name of the directory containing what the user typed. * Must be a real unix file name, e.g. no ~user, etc..