From 5bd1a03b20e70a66ae0571be7eeb78c972629fe1 Mon Sep 17 00:00:00 2001 From: batt Date: Wed, 8 Oct 2008 14:15:11 +0000 Subject: [PATCH] Merged from external project: ********** r22495 | batt | 2008-10-08 16:14:51 +0200 (Wed, 08 Oct 2008) | 1 line Typos. ********** git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1885 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/cfg/log.h b/bertos/cfg/log.h index 84d5cc63..08bd55e8 100644 --- a/bertos/cfg/log.h +++ b/bertos/cfg/log.h @@ -111,7 +111,7 @@ * also which print function are linked. * If you choose a low level of log you link all log function (error, warning and info), * but if choose a hight level you link only that have the priority egual or hight. - * The priority level go from error (most hight) to info (most low) (see cfg/debug.h + * The priority level go from error (highest) to info (lowest) (see cfg/debug.h * for more detail). * \{ */ -- 2.25.1