summaryrefslogtreecommitdiff
path: root/usr.bin/mg/fileio.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-19 16:51:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-19 16:51:20 +0000
commita8f55651ae73a2a6ad9ebf7ca9d5e4292a9f30af (patch)
tree3a846753a86174c84e94590fd476e498e0cc7383 /usr.bin/mg/fileio.c
parentab36f64465a6b95d89bc14a3206c2d073e921df3 (diff)
spacing
Diffstat (limited to 'usr.bin/mg/fileio.c')
-rw-r--r--usr.bin/mg/fileio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/fileio.c b/usr.bin/mg/fileio.c
index 2ad4967f8da..82e8d978fc5 100644
--- a/usr.bin/mg/fileio.c
+++ b/usr.bin/mg/fileio.c
@@ -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 @@ make_file_list(char *buf)
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..