Fix typo in a comment.
MFC after: 3 days
This commit is contained in:
parent
6dea3d0c0b
commit
44d086bde6
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user