qemu-trivial
[Top][All Lists]
Advanced

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

[Qemu-trivial] [PATCH] qht: trivial: s/sucess/success/ in documentation


From: Emilio G. Cota
Subject: [Qemu-trivial] [PATCH] qht: trivial: s/sucess/success/ in documentation
Date: Sat, 6 Aug 2016 20:12:36 -0400

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

diff --git a/include/qemu/qht.h b/include/qemu/qht.h
index 70bfc68..98045f1 100644
--- a/include/qemu/qht.h
+++ b/include/qemu/qht.h
@@ -69,7 +69,7 @@ void qht_destroy(struct qht *ht);
  * Attempting to insert a NULL @p is a bug.
  * Inserting the same pointer @p with different @hash values is a bug.
  *
- * Returns true on sucess.
+ * Returns true on success.
  * Returns false if the @address@hidden pair already exists in the hash table.
  */
 bool qht_insert(struct qht *ht, void *p, uint32_t hash);
-- 
2.5.0




reply via email to

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