log: typo logl_pref in documentation

The name of structure element logl_prev is not matched by the
documentation.

%s/logl_pref/logl_prev/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
Heinrich Schuchardt 2020-10-30 18:50:31 +01:00 committed by Tom Rini
parent 7820052fde
commit 096912b5fe

View File

@ -378,7 +378,7 @@ struct global_data {
*/
int logc_prev;
/**
* @logl_pref: logging level of the previous message
* @logl_prev: logging level of the previous message
*
* This value is used as logging level for continuation messages.
*/