]> xenbits.xensource.com Git - libvirt.git/commitdiff
test: Fix typo in testutils.h header guard
authorChristophe Fergeau <cfergeau@redhat.com>
Fri, 25 Mar 2016 09:51:34 +0000 (10:51 +0100)
committerCole Robinson <crobinso@redhat.com>
Fri, 25 Mar 2016 13:04:51 +0000 (09:04 -0400)
This changes __VIT_TEST_UTILS_H__ to __VIR_TEST_UTILS_H__

tests/testutils.h

index 752fa52514e89b68c987f01d39e0f0eafa04f4c6..058be55cdf04b38d8f5d7d7b64989ff7fa75f765 100644 (file)
@@ -20,8 +20,8 @@
  * Karel Zak <kzak@redhat.com>
  */
 
-#ifndef __VIT_TEST_UTILS_H__
-# define __VIT_TEST_UTILS_H__
+#ifndef __VIR_TEST_UTILS_H__
+# define __VIR_TEST_UTILS_H__
 
 # include <stdio.h>
 # include "viralloc.h"
@@ -145,4 +145,4 @@ int testCompareDomXML2XMLFiles(virCapsPtr caps,
                                const void *opaque,
                                unsigned int parseFlags);
 
-#endif /* __VIT_TEST_UTILS_H__ */
+#endif /* __VIR_TEST_UTILS_H__ */