diff --git a/xbob/io/include/xbob.io/config.h b/xbob/io/include/xbob.io/config.h
index 0e3d92eb6dbb5343f521c9748c9f12b23cfa3e61..98bb1b7f800074f473f459a9df77e30799e5e565 100644
--- a/xbob/io/include/xbob.io/config.h
+++ b/xbob/io/include/xbob.io/config.h
@@ -2,13 +2,13 @@
  * @author Andre Anjos <andre.anjos@idiap.ch>
  * @date Fri  1 Nov 07:10:59 2013 
  *
- * @brief General directives for all modules in xbob.core
+ * @brief General directives for all modules in xbob.io
  */
 
-#ifndef XBOB_CORE_CONFIG_H
-#define XBOB_CORE_CONFIG_H
+#ifndef XBOB_IO_CONFIG_H
+#define XBOB_IO_CONFIG_H
 
 /* Macros that define versions and important names */
 #define XBOB_IO_API_VERSION 0x0200
 
-#endif /* XBOB_CORE_CONFIG_H */
+#endif /* XBOB_IO_CONFIG_H */