From c6d47164bebbfa65294ef50537a043604c96c73a Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 23 Dec 2013 23:23:22 +0000 Subject: [PATCH] spelling --- sys/arch/amd64/amd64/machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c index 12f6372971c..f5f140b2a10 100644 --- a/sys/arch/amd64/amd64/machdep.c +++ b/sys/arch/amd64/amd64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.171 2013/11/19 04:12:17 guenther Exp $ */ +/* $OpenBSD: machdep.c,v 1.172 2013/12/23 23:23:22 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */ /*- @@ -1259,7 +1259,7 @@ init_x86_64(paddr_t first_avail) cninit(); /* - * Initailize PAGE_SIZE-dependent variables. + * Initialize PAGE_SIZE-dependent variables. */ uvm_setpagesize(); -- 2.20.1