diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2013-11-08 13:05:22 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2013-11-08 13:05:22 +0000 |
commit | 453f50ac5bbae053c750bc90c2bdaf7c654b4e87 (patch) | |
tree | 36207ee1580fc8ba806d1bc4d5bf8d699a2bc964 /sys/arch/socppc | |
parent | d8754e7ae57842fcd098fe24bb2dc5fd081e6037 (diff) |
fix spelling.
Diffstat (limited to 'sys/arch/socppc')
-rw-r--r-- | sys/arch/socppc/stand/boot/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/stand/boot/machdep.c b/sys/arch/socppc/stand/boot/machdep.c index 08de498b8d1..3bbc6339270 100644 --- a/sys/arch/socppc/stand/boot/machdep.c +++ b/sys/arch/socppc/stand/boot/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.4 2009/11/08 22:00:34 kettenis Exp $ */ +/* $OpenBSD: machdep.c,v 1.5 2013/11/08 13:05:21 fgsch Exp $ */ /* * Copyright (c) 2008 Mark Kettenis @@ -54,7 +54,7 @@ machdep(void) consfreq = NS16550_FREQ; consaddr = (uint8_t *)CONADDR; - /* lookup FTD for informations about conole */ + /* lookup FTD for informations about console */ node = fdt_find_node("/chosen"); if (node) { char *console; |