1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00
This commit is contained in:
Pawel Jakub Dawidek 2006-04-05 22:07:31 +00:00
parent f6e644fe72
commit 39d92f5fa3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157548

View File

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