summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-03 03:41:25 +0000
committerpfg <pfg@FreeBSD.org>2016-05-03 03:41:25 +0000
commiteed4bd22add2269ccde27996035581801316c610 (patch)
treefe36ef227324b313676d43aef9a4d97c9a09675a /sys/dev/fb
parent759c5e424131bdbb2db154a8f626569c324004d2 (diff)
downloadFreeBSD-src-eed4bd22add2269ccde27996035581801316c610.zip
FreeBSD-src-eed4bd22add2269ccde27996035581801316c610.tar.gz
sys/dev: minor spelling fixes.
Most affect comments, very few have user-visible effects.
Diffstat (limited to 'sys/dev/fb')
-rw-r--r--sys/dev/fb/machfb.c2
-rw-r--r--sys/dev/fb/splash.c2
-rw-r--r--sys/dev/fb/vga.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/fb/machfb.c b/sys/dev/fb/machfb.c
index 03e209d..4282483 100644
--- a/sys/dev/fb/machfb.c
+++ b/sys/dev/fb/machfb.c
@@ -1278,7 +1278,7 @@ machfb_pci_attach(device_t dev)
* Test whether the aperture is byte swapped or not, set
* va_window and va_window_size as appropriate. Note that
* the aperture could be mapped either big or little endian
- * independently of the endianess of the host so this has
+ * independently of the endianness of the host so this has
* to be a runtime test.
*/
p32 = (uint32_t *)adp->va_buffer;
diff --git a/sys/dev/fb/splash.c b/sys/dev/fb/splash.c
index ac005887..4a7226f 100644
--- a/sys/dev/fb/splash.c
+++ b/sys/dev/fb/splash.c
@@ -115,7 +115,7 @@ splash_register(splash_decoder_t *decoder)
if (splash_adp != NULL) {
/*
- * If the video card has aleady been initialized, test
+ * If the video card has already been initialized, test
* this decoder immediately.
*/
error = splash_test(decoder);
diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c
index 83b9694..39078c6 100644
--- a/sys/dev/fb/vga.c
+++ b/sys/dev/fb/vga.c
@@ -948,7 +948,7 @@ probe_adapters(void)
/*
* Locate display adapters.
- * The AT architecture supports upto two adapters. `syscons' allows
+ * The AT architecture supports up to two adapters. `syscons' allows
* the following combinations of adapters:
* 1) MDA + CGA
* 2) MDA + EGA/VGA color
@@ -1134,7 +1134,7 @@ probe_adapters(void)
case COMP_DIFFERENT:
default:
/*
- * Don't use the paramter table in BIOS. It doesn't
+ * Don't use the parameter table in BIOS. It doesn't
* look familiar to us. Video mode switching is allowed
* only if the new mode is the same as or based on
* the initial mode.
OpenPOWER on IntegriCloud