summaryrefslogtreecommitdiffstats
path: root/sys/geom
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2004-12-15 12:18:41 +0000
committerbrueffer <brueffer@FreeBSD.org>2004-12-15 12:18:41 +0000
commit77a79d83029693fcfd971c9cd31cf61152dd976d (patch)
treecc32825f76c2b71fda9a2d56f7d5857ef8e5ca06 /sys/geom
parent9c95e615d3ceb8f23e7f71ef1bf33edb2338942a (diff)
downloadFreeBSD-src-77a79d83029693fcfd971c9cd31cf61152dd976d.zip
FreeBSD-src-77a79d83029693fcfd971c9cd31cf61152dd976d.tar.gz
Fix typo in a comment.
MFC after: 3 days
Diffstat (limited to 'sys/geom')
-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 d429984..fd0d9ee 100644
--- a/sys/geom/bde/g_bde_lock.c
+++ b/sys/geom/bde/g_bde_lock.c
@@ -367,7 +367,7 @@ g_bde_decrypt_lockx(struct g_bde_softc *sc, u_char *meta, off_t mediasize, u_int
if (error)
return (error);
- /* If it points ito thin blue air, forget it */
+ /* If it points into thin blue air, forget it */
if (off + G_BDE_LOCKSIZE > (uint64_t)mediasize) {
off = 0;
return (EINVAL);
OpenPOWER on IntegriCloud