summaryrefslogtreecommitdiffstats
path: root/common/console_common.c
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2020-03-20 10:41:19 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-03-23 08:23:15 +0100
commit157e861aa6e93a72018c408e82863a3253550a4d (patch)
treefddafaef7577a9fc2fef49143e5dbdfeb2816815 /common/console_common.c
parent8fb804c55b8ddf8edbf73489ee062f7d437adcf6 (diff)
downloadbarebox-157e861aa6e93a72018c408e82863a3253550a4d.tar.gz
barebox-157e861aa6e93a72018c408e82863a3253550a4d.tar.xz
common: fix typos found with codespell
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/console_common.c')
-rw-r--r--common/console_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/console_common.c b/common/console_common.c
index 6916f651e5..6d017538bc 100644
--- a/common/console_common.c
+++ b/common/console_common.c
@@ -63,7 +63,7 @@ static void log_del(struct log_entry *log)
* @limit: The maximum messages left in the buffer after
* calling this function.
*
- * This function deletes all messages in the logbuf exeeding
+ * This function deletes all messages in the logbuf exceeding
* the limit.
*/
void log_clean(unsigned int limit)