[libvirt] [PATCH] test: Fix typo in testutils.h header guard

Christophe Fergeau cfergeau at redhat.com
Fri Mar 25 09:51:34 UTC 2016


This changes __VIT_TEST_UTILS_H__ to __VIR_TEST_UTILS_H__
---
 tests/testutils.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/testutils.h b/tests/testutils.h
index 752fa52..058be55 100644
--- a/tests/testutils.h
+++ b/tests/testutils.h
@@ -20,8 +20,8 @@
  * Karel Zak <kzak at 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__ */
-- 
2.5.5




More information about the libvir-list mailing list