diff --git a/lib/util/debug.h b/lib/util/debug.h index a4ad56048ff..f188105c9f4 100644 --- a/lib/util/debug.h +++ b/lib/util/debug.h @@ -142,7 +142,7 @@ bool dbgsetclass(int level, int cls); * * DEBUGADD(), DEBUGADDC() * Same as DEBUG() and DEBUGC() except the text is appended to the previous - * DEBUG(), DEBUGC(), DEBUGADD(), DEBUGADDC() with out another interviening + * DEBUG(), DEBUGC(), DEBUGADD(), DEBUGADDC() without another intervening * header. * * Example: DEBUGADD( 2, ("Some text and a value %d.\n", value) );