summaryrefslogtreecommitdiffstats
path: root/sys/boot/ofw
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-30 00:26:38 +0000
committerpfg <pfg@FreeBSD.org>2016-04-30 00:26:38 +0000
commit3a9fc3c9d551a96758e6a8f5ef579640c8faee84 (patch)
tree43c11f9671a081b7623d4359fca6d559b4dc78fd /sys/boot/ofw
parent979921fbb70543a572272cdbcdeb037ddb836af4 (diff)
downloadFreeBSD-src-3a9fc3c9d551a96758e6a8f5ef579640c8faee84.zip
FreeBSD-src-3a9fc3c9d551a96758e6a8f5ef579640c8faee84.tar.gz
sys/boot: spelling fixes in comments.
No functional change.
Diffstat (limited to 'sys/boot/ofw')
-rw-r--r--sys/boot/ofw/common/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ofw/common/main.c b/sys/boot/ofw/common/main.c
index 0913f0c..b15df5f 100644
--- a/sys/boot/ofw/common/main.c
+++ b/sys/boot/ofw/common/main.c
@@ -98,7 +98,7 @@ main(int (*openfirm)(void *))
char **bargv;
/*
- * Initalise the Open Firmware routines by giving them the entry point.
+ * Initialise the Open Firmware routines by giving them the entry point.
*/
OF_init(openfirm);
OpenPOWER on IntegriCloud