summaryrefslogtreecommitdiff
path: root/usr.sbin/amd
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.sbin/amd
parent9f520cd77cf5af190ae0c0fe2bd068102a1e3fb5 (diff)
typos; ok jmc@
sys/dev/pci/pciide.c from naddy@
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/amd/map.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/amd/amd/map.c b/usr.sbin/amd/amd/map.c
index d43bff66541..358ec9ffdd5 100644
--- a/usr.sbin/amd/amd/map.c
+++ b/usr.sbin/amd/amd/map.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: map.c,v 1.8 2003/06/02 23:36:51 millert Exp $ */
+/* $OpenBSD: map.c,v 1.9 2007/11/27 16:22:14 martynas Exp $ */
/*-
* Copyright (c) 1990 Jan-Simon Pendry
@@ -36,7 +36,7 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)map.c 8.1 (Berkeley) 6/6/93";*/
-static char *rcsid = "$OpenBSD: map.c,v 1.8 2003/06/02 23:36:51 millert Exp $";
+static char *rcsid = "$OpenBSD: map.c,v 1.9 2007/11/27 16:22:14 martynas Exp $";
#endif /* not lint */
#include "am.h"
@@ -310,7 +310,7 @@ mk_fattr(am_node *mp, int vntype)
void
init_map(am_node *mp, char *dir)
{
- /* mp->am_mapno initalised by exported_ap_alloc */
+ /* mp->am_mapno initialized by exported_ap_alloc */
mp->am_mnt = new_mntfs();
mp->am_name = strdup(dir);
mp->am_path = strdup(dir);