diff options
author | pfg <pfg@FreeBSD.org> | 2016-04-29 20:56:58 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-04-29 20:56:58 +0000 |
commit | fafa173c2881090a0d7e8a5d53f8bc2b1a81d77e (patch) | |
tree | a9ef9f80465dadaed258617e626d1f490461939d /sys/geom/bde | |
parent | 2ac5dd995e464cfcfef7d46079fb4c689cd10602 (diff) | |
download | FreeBSD-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.c | 2 |
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 |