Typo. It said "DEGUG" in the comments. I dunno how to degug, or gug for
authorChristopher R. Hertel <crh@samba.org>
Wed, 12 Jul 2000 03:51:06 +0000 (03:51 +0000)
committerChristopher R. Hertel <crh@samba.org>
Wed, 12 Jul 2000 03:51:06 +0000 (03:51 +0000)
that matter.  crh
(This used to be commit 6ee63ecfa5f9c984f51c15597a50e085ab722e87)

source3/include/debug.h

index c6ddf61525363ade373411fee8d7075d8ee5a1b5..e59a45cba111cbc6ac18dc9fb6e04aae324440df 100644 (file)
@@ -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: