diff options
author | Andrea Gelmini <[email protected]> | 2019-08-30 23:26:07 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-08-30 14:26:07 -0700 |
commit | 9d40bdf414e9baa8fcaf60188e2067e7ec3c1f0f (patch) | |
tree | 05220c15160a39c86f9978df9c01365caea5417a /module/icp/os/modhash.c | |
parent | cf7c5a030e505451e0cbadc49e33e41f5219c44b (diff) |
Fix typos in modules/icp/
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #9239
Diffstat (limited to 'module/icp/os/modhash.c')
-rw-r--r-- | module/icp/os/modhash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/icp/os/modhash.c b/module/icp/os/modhash.c index 497e84396..5e216ed6a 100644 --- a/module/icp/os/modhash.c +++ b/module/icp/os/modhash.c @@ -48,7 +48,7 @@ * The number returned need _not_ be between 0 and nchains. The mod_hash * code will take care of doing that. The second argument (after the * key) to the hashing function is a void * that represents - * hash_alg_data-- this is provided so that the hashing algrorithm can + * hash_alg_data-- this is provided so that the hashing algorithm can * maintain some state across calls, or keep algorithm-specific * constants associated with the hash table. * |