summaryrefslogtreecommitdiff
path: root/source3/include/debug.h
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>2000-07-12 03:51:06 +0000
committerChristopher R. Hertel <crh@samba.org>2000-07-12 03:51:06 +0000
commit5301a0954172519fdb00185b167d814869f46a98 (patch)
treecee06f8abd90f671c2e98dd115ae0c2e2c6f78cd /source3/include/debug.h
parent9ab8dfa381971df9aa8ba7731fa4b8e95a422a4b (diff)
downloadsamba-5301a0954172519fdb00185b167d814869f46a98.tar.gz
samba-5301a0954172519fdb00185b167d814869f46a98.tar.bz2
samba-5301a0954172519fdb00185b167d814869f46a98.zip
Typo. It said "DEGUG" in the comments. I dunno how to degug, or gug for
that matter. crh (This used to be commit 6ee63ecfa5f9c984f51c15597a50e085ab722e87)
Diffstat (limited to 'source3/include/debug.h')
-rw-r--r--source3/include/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/debug.h b/source3/include/debug.h
index c6ddf61525..e59a45cba1 100644
--- a/source3/include/debug.h
+++ b/source3/include/debug.h
@@ -74,7 +74,7 @@ BOOL dbgtext();
* Example usage:
* if( DEBUGLVL( 2 ) )
* dbgtext( "Some text.\n" );
- * DEGUG() - Good old DEBUG(). Each call to DEBUG() will generate a new
+ * DEBUG() - Good old DEBUG(). Each call to DEBUG() will generate a new
* header *unless* the previous debug output was unterminated
* (i.e., no '\n'). See debug.c:dbghdr() for more info.
* Example usage: