From 24a89f673857e8f49c3890f5a527f34d1b16806d Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 2 Jan 2015 16:02:47 +0100 Subject: ddb: Fix typos in comments (found by codespell) Signed-off-by: Stefan Weil --- ddb/db_sym.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ddb/db_sym.c') diff --git a/ddb/db_sym.c b/ddb/db_sym.c index 0179137f..2abd5746 100644 --- a/ddb/db_sym.c +++ b/ddb/db_sym.c @@ -293,7 +293,7 @@ db_name_is_ambiguous(char *sym_name) * and the difference between val and the symbol found. * * Logic change. If the task argument is non NULL and a - * matching symbol is found in a symbol table which explictly + * matching symbol is found in a symbol table which explicitly * specifies its map to be task->map, that symbol will have * precedence over any symbol from a symbol table will a null * map. This allows overlapping kernel/user maps to work correctly. -- cgit v1.2.3