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>
diff --git a/lib/rhashtable.c b/lib/rhashtable.c
index e6940cf..06f24ff 100644
--- a/lib/rhashtable.c
+++ b/lib/rhashtable.c
@@ -61,7 +61,7 @@
 
 /**
  * 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 @@
 
 /**
  * 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