summaryrefslogtreecommitdiffstats
path: root/sys/geom/eli/g_eli.c
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-04-05 22:07:31 +0000
committerpjd <pjd@FreeBSD.org>2006-04-05 22:07:31 +0000
commitc94d951bcde8cea6ee6350e6a76cb2c7ab4adea6 (patch)
treee17de1349b25023ea10f4fe765b4ef3dd0a2a545 /sys/geom/eli/g_eli.c
parent22d79ef7da973696aef1b4016200e149e74c527f (diff)
downloadFreeBSD-src-c94d951bcde8cea6ee6350e6a76cb2c7ab4adea6.zip
FreeBSD-src-c94d951bcde8cea6ee6350e6a76cb2c7ab4adea6.tar.gz
Typos.
Diffstat (limited to 'sys/geom/eli/g_eli.c')
-rw-r--r--sys/geom/eli/g_eli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/eli/g_eli.c b/sys/geom/eli/g_eli.c
index c50e6b1..d5dfe95 100644
--- a/sys/geom/eli/g_eli.c
+++ b/sys/geom/eli/g_eli.c
@@ -466,7 +466,7 @@ g_eli_crypto_run(struct g_eli_worker *wr, struct bio *bp)
* Calculate how much memory do we need.
* We need separate crypto operation for every single sector.
* It is much faster to calculate total amount of needed memory here and
- * do the allocation once insteaf of allocate memory in pieces (many,
+ * do the allocation once instead of allocating memory in pieces (many,
* many pieces).
*/
size = sizeof(*crp) * nsec;
OpenPOWER on IntegriCloud