summaryrefslogtreecommitdiff
path: root/xpp/zap_debug.h
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-05-14 15:49:55 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-05-14 15:49:55 +0000
commit7b81988309abc2d0cfb39a34c7ce7dcb2f15e706 (patch)
tree7049d04fed7cfa20bc5c541eb53a96c1ee0e73c8 /xpp/zap_debug.h
parent9ac00c0f290abcc719c0386b124daf3dd3be6383 (diff)
XPP documentation fixes.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@4271 5390a7c7-147a-4af0-8ec9-7488f05a26cb
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)