qht: fix comment in qht_bucket_remove_entry
authorEmilio G. Cota <cota@braap.org>
Mon, 10 Sep 2018 17:23:42 +0000 (13:23 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 26 Sep 2018 15:55:54 +0000 (08:55 -0700)
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
util/qht.c

index 50ed7a2102f3dd7f16ac755e9eb75608ae020a65..3564a7e20f0fe84780d0ad168405f0e166af4e59 100644 (file)
@@ -671,7 +671,7 @@ qht_entry_move(struct qht_bucket *to, int i, struct qht_bucket *from, int j)
 }
 
 /*
- * Find the last valid entry in @head, and swap it with @orig[pos], which has
+ * Find the last valid entry in @orig, and swap it with @orig[pos], which has
  * just been invalidated.
  */
 static inline void qht_bucket_remove_entry(struct qht_bucket *orig, int pos)