Fix typo in a comment.

MFC after:	3 days
This commit is contained in:
Christian Brueffer 2004-12-15 12:18:41 +00:00
parent 6dea3d0c0b
commit 44d086bde6

View File

@ -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);