summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2011-07-04 06:05:57 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2011-07-04 06:05:57 +0000
commit45d6cf3c5aba302f2d600b4fdc0d99a2090d278f (patch)
tree3e703b507dfc281a12af3edbbdfaeeb288cafe76 /sys/arch/amd64
parentc08d98f29ee876b466e0af5bb5172ac345990bff (diff)
Fix typo; ok ariane@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/amd64/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c
index 6baafb47ed2..321859c3889 100644
--- a/sys/arch/amd64/amd64/machdep.c
+++ b/sys/arch/amd64/amd64/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.145 2011/07/03 20:22:07 oga Exp $ */
+/* $OpenBSD: machdep.c,v 1.146 2011/07/04 06:05:56 guenther Exp $ */
/* $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */
/*-
@@ -1370,7 +1370,7 @@ init_x86_64(paddr_t first_avail)
/*
* Now, load the memory clusters (which have already been
- * fleensed) into the VM system.
+ * flensed) into the VM system.
*/
for (x = 0; x < mem_cluster_cnt; x++) {
paddr_t seg_start = mem_clusters[x].start;