summaryrefslogtreecommitdiffstats
path: root/sys/geom/bde
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-29 20:56:58 +0000
committerpfg <pfg@FreeBSD.org>2016-04-29 20:56:58 +0000
commitfafa173c2881090a0d7e8a5d53f8bc2b1a81d77e (patch)
treea9ef9f80465dadaed258617e626d1f490461939d /sys/geom/bde
parent2ac5dd995e464cfcfef7d46079fb4c689cd10602 (diff)
downloadFreeBSD-src-fafa173c2881090a0d7e8a5d53f8bc2b1a81d77e.zip
FreeBSD-src-fafa173c2881090a0d7e8a5d53f8bc2b1a81d77e.tar.gz
sys/geom: spelling fixes in comments.
No functional change.
Diffstat (limited to 'sys/geom/bde')
-rw-r--r--sys/geom/bde/g_bde_lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/bde/g_bde_lock.c b/sys/geom/bde/g_bde_lock.c
index 462b92b..05b68ed 100644
--- a/sys/geom/bde/g_bde_lock.c
+++ b/sys/geom/bde/g_bde_lock.c
@@ -289,7 +289,7 @@ g_bde_decode_lock(struct g_bde_softc *sc, struct g_bde_key *gl, u_char *ptr)
* Security objectives: Encode/Decode the metadata encrypted by key-material.
*
* A simple AES/128/CBC will do. We take care to always store the metadata
- * in the same endianess to make it MI.
+ * in the same endianness to make it MI.
*
* In the typical case the metadata is stored in encrypted format in sector
* zero on the media, but at the users discretion or if the piece of the
OpenPOWER on IntegriCloud