]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
util: fix insert/instead documentation mixup
authorJonathon Jongsma <jjongsma@redhat.com>
Wed, 11 Nov 2020 21:17:12 +0000 (15:17 -0600)
committerJonathon Jongsma <jjongsma@redhat.com>
Mon, 9 May 2022 20:21:08 +0000 (15:21 -0500)
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/util/virhash.c

index 9fcef621fd3dc0e3f5424855d36c211357334b75..a89b2d662e93416a5b40b92cacfd1e49282bae13 100644 (file)
@@ -125,8 +125,8 @@ virHashAtomicDispose(void *obj)
  * Add the @userdata to the hash @table. This can later be retrieved
  * by using @name. Duplicate entries generate errors.
  *
- * Deprecated: Consider using g_hash_table_insert insert. Note that
- * g_hash_table_instead doesn't fail if entry exists. Also note that
+ * Deprecated: Consider using g_hash_table_insert instead. Note that
+ * g_hash_table_insert doesn't fail if entry exists. Also note that
  * g_hash_table_insert doesn't copy the key.
  *
  * Returns 0 the addition succeeded and -1 in case of error.