summaryrefslogtreecommitdiff
path: root/kernel/xpp/zap_debug.h
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-05-14 15:53:13 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-05-14 15:53:13 +0000
commit61ddb5a31ce2154469e0fdf4591791a3d59cc427 (patch)
treeb7103e2f0313a4ff1ac7b235866cd8a2df6a5209 /kernel/xpp/zap_debug.h
parent7bf751461366d71d573079d7abc25a599e2b57ba (diff)
XPP documentation fixes.
Merged revisions 4271 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4272 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'kernel/xpp/zap_debug.h')
-rw-r--r--kernel/xpp/zap_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/xpp/zap_debug.h b/kernel/xpp/zap_debug.h
index bc386f9..79aefdf 100644
--- a/kernel/xpp/zap_debug.h
+++ b/kernel/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)