summaryrefslogtreecommitdiff
path: root/usr.bin/mg
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2007-11-27 16:22:15 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2007-11-27 16:22:15 +0000
commit245db5a41f9169790fdca278ce21fafcf86e0c88 (patch)
tree6781af9f23ceff505e40794a72fefc72863f57ce /usr.bin/mg
parent9f520cd77cf5af190ae0c0fe2bd068102a1e3fb5 (diff)
typos; ok jmc@
sys/dev/pci/pciide.c from naddy@
Diffstat (limited to 'usr.bin/mg')
-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 9a148063ffa..2f6e8f56856 100644
--- a/usr.bin/mg/fileio.c
+++ b/usr.bin/mg/fileio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fileio.c,v 1.80 2006/12/24 01:20:53 kjell Exp $ */
+/* $OpenBSD: fileio.c,v 1.81 2007/11/27 16:22:14 martynas Exp $ */
/* This file is in the public domain. */
@@ -237,7 +237,7 @@ fbackupfile(const char *fn)
/*
* Convert "fn" to a canonicalized absolute filename, replacing
* a leading ~/ with the user's home dir, following symlinks, and
- * and remove all occurences of /./ and /../
+ * and remove all occurrences of /./ and /../
*/
char *
adjustname(const char *fn, int slashslash)