diff options
author | 2013-12-23 23:23:22 +0000 | |
---|---|---|
committer | 2013-12-23 23:23:22 +0000 | |
commit | c6d47164bebbfa65294ef50537a043604c96c73a (patch) | |
tree | 96036f91e2288c5d419561b0a4f216a034fe17cd | |
parent | install a link as sha512. simplify program internals; there are only (diff) | |
download | wireguard-openbsd-c6d47164bebbfa65294ef50537a043604c96c73a.tar.xz wireguard-openbsd-c6d47164bebbfa65294ef50537a043604c96c73a.zip |
spelling
-rw-r--r-- | sys/arch/amd64/amd64/machdep.c | 4 |
1 files 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(); |