aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2014-08-08 17:19:14 +0200
committerJiri Kosina <jkosina@suse.cz>2014-08-26 09:35:56 +0200
commit45d5acd3cdf36b968067b11b1e138948325e55ed (patch)
tree1e323008c64afd8e9dd30f164dba2682d9412819 /lib
parentcx23885: Spelling s/compuations/computations/ (diff)
downloadlinux-dev-45d5acd3cdf36b968067b11b1e138948325e55ed.tar.xz
linux-dev-45d5acd3cdf36b968067b11b1e138948325e55ed.zip
lib: rhashtable: Spelling s/compuate/compute/
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Thomas Graf <tgraf@suug.ch> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'lib')
-rw-r--r--lib/rhashtable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rhashtable.c b/lib/rhashtable.c
index e6940cf16628..06f24ff08ac8 100644
--- a/lib/rhashtable.c
+++ b/lib/rhashtable.c
@@ -61,7 +61,7 @@ static u32 __hashfn(const struct rhashtable *ht, const void *key,
/**
* rhashtable_hashfn - compute hash for key of given length
- * @ht: hash table to compuate for
+ * @ht: hash table to compute for
* @key: pointer to key
* @len: length of key
*
@@ -92,7 +92,7 @@ static u32 obj_hashfn(const struct rhashtable *ht, const void *ptr, u32 hsize)
/**
* rhashtable_obj_hashfn - compute hash for hashed object
- * @ht: hash table to compuate for
+ * @ht: hash table to compute for
* @ptr: pointer to hashed object
*
* Computes the hash value using the hash function `hashfn` respectively