fix doxygen warning
authorMatthias Braun <matze@braunis.de>
Sun, 6 May 2007 13:33:22 +0000 (13:33 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 6 May 2007 13:33:22 +0000 (13:33 +0000)
[r13667]

ir/be/ia32/ia32_map_regs.h

index ef3034f..c732101 100644 (file)
@@ -33,8 +33,8 @@
 #include "../bearch_t.h"
 
 /**
- * Convenience macro to check if register <code>out<\code>
- * and register <code>in<\code> are equal.
+ * Convenience macro to check if register <code>out</code>
+ * and register <code>in</code> are equal.
  */
 #define REGS_ARE_EQUAL(out, in) \
        ((arch_register_get_class(out) == arch_register_get_class(in)) && \