]> xenbits.xensource.com Git - libvirt.git/commitdiff
util: fix typo in comment
authorLaine Stump <laine@laine.org>
Sat, 23 Feb 2013 15:30:38 +0000 (10:30 -0500)
committerLaine Stump <laine@laine.org>
Mon, 25 Feb 2013 04:21:28 +0000 (23:21 -0500)
src/util/viralloc.h

index e1f5758f045e32c82e77b6b397addbeb0833417d..3c97a58804fadab29cb1d3241dcc35764fa4cae1 100644 (file)
@@ -197,7 +197,7 @@ void virFree(void *ptrptr) ATTRIBUTE_NONNULL(1);
  *      char[1]), or generates a compile error if it wasn't successful
  *      (char[2*0 -1] i.e. char[-1], which isn't valid in C).
  *
- * So VIR_TYPECHECK(a, b) will either abort the compile with an error,
+ * So VIR_TYPEMATCH(a, b) will either abort the compile with an error,
  * or evaluate to "1", and in the meantime check that we've actually
  * added the correct &'s and/or *'s to the arguments. (Whew!)
 */