qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 08/12] qht: fix comment in qht_bucket_remove_entr


From: Emilio G. Cota
Subject: [Qemu-devel] [PATCH v2 08/12] qht: fix comment in qht_bucket_remove_entry
Date: Mon, 10 Sep 2018 14:58:55 -0400

Signed-off-by: Emilio G. Cota <address@hidden>
---
 util/qht.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/qht.c b/util/qht.c
index 50ed7a2102..3564a7e20f 100644
--- a/util/qht.c
+++ b/util/qht.c
@@ -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)
-- 
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]