[libvirt] [PATCH] util: fix virAllocVar's comment

Ján Tomko jtomko at redhat.com
Fri Mar 22 12:09:26 UTC 2013


---
Pushed under the trivial rule.

 src/util/viralloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/viralloc.c b/src/util/viralloc.c
index 342b0eb..8f219bf 100644
--- a/src/util/viralloc.c
+++ b/src/util/viralloc.c
@@ -389,7 +389,7 @@ virDeleteElementsN(void *ptrptr, size_t size, size_t at,
 }
 
 /**
- * Vir_Alloc_Var:
+ * virAllocVar:
  * @ptrptr: pointer to hold address of allocated memory
  * @struct_size: size of initial struct
  * @element_size: size of array elements
-- 
1.8.1.5




More information about the libvir-list mailing list