diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 2006-03-09 17:24:01 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 2006-03-09 17:24:01 +0000 |
commit | 859c243f8c81031ff33af109cd87ba1bb79453d1 (patch) | |
tree | 7b5f2fef0beacee56d54a343029fca0b276ae7e0 /sys/arch | |
parent | cb73a08d3770f185239e15e6b9db99e846a55839 (diff) |
Typo fix from 'P-O Yliniemi <peo atsomehostlike bsd-guide.net>'
marco@ ok.
Diffstat (limited to 'sys/arch')
-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 03cd5ec7455..f1a17614ef8 100644 --- a/sys/arch/amd64/amd64/machdep.c +++ b/sys/arch/amd64/amd64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.45 2006/01/19 18:21:03 grange Exp $ */ +/* $OpenBSD: machdep.c,v 1.46 2006/03/09 17:24:00 weingart Exp $ */ /* $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */ /*- @@ -176,7 +176,7 @@ struct vm_map *exec_map = NULL; struct vm_map *phys_map = NULL; #ifdef NBUF -int nbuf = NUF; +int nbuf = NBUF; #else int nbuf = 0; #endif |