From df4d6c404cbe73212608d93d22f7c04dc1c6e9be Mon Sep 17 00:00:00 2001 From: Jo Sutton Date: Tue, 9 Jul 2024 12:52:03 +1200 Subject: [PATCH] lib:util: Fix code spelling Signed-off-by: Jo Sutton Reviewed-by: Douglas Bagnall --- lib/util/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ); -- 2.47.3