summaryrefslogtreecommitdiff
path: root/xpp/zap_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/zap_debug.h')
-rw-r--r--xpp/zap_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/zap_debug.h b/xpp/zap_debug.h
index bc386f9..79aefdf 100644
--- a/xpp/zap_debug.h
+++ b/xpp/zap_debug.h
@@ -86,7 +86,7 @@
#define DBG_SIGNAL BIT(4)
#define DBG_PROC BIT(5)
#define DBG_REGS BIT(6)
-#define DBG_DEVICES BIT(7) /* instanciation/destruction etc. */
+#define DBG_DEVICES BIT(7) /* instantiation/destruction etc. */
#define DBG_COMMANDS BIT(8) /* All commands */
#define DBG_ANY (~0)