aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 03:41:25 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 03:41:25 +0000
commit453130d9bfc1c6d68b366dfcb041689d69f81295 (patch)
treefe36ef227324b313676d43aef9a4d97c9a09675a /sys/dev/fb
parent7860c0c3843dbb1cf8f4f2c20ee526e8dd2661da (diff)
downloadsrc-453130d9bfc1c6d68b366dfcb041689d69f81295.tar.gz
src-453130d9bfc1c6d68b366dfcb041689d69f81295.zip
sys/dev: minor spelling fixes.
Most affect comments, very few have user-visible effects.
Notes
Notes: svn path=/head/; revision=298955
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 03e209d79fb3..42824835fcb9 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 ac005887efdb..4a7226f9ce42 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 83b969470b5e..39078c6ccd8c 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.