summaryrefslogtreecommitdiffstats
path: root/support/kconfig/symbol.c
diff options
context:
space:
mode:
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>2013-12-27 22:18:28 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-12-28 16:02:11 +0100
commitebe660246303ce4ee4bf6f77726c72528e449b7b (patch)
tree37188d31fb54b99baee7254cb1223365163049a1 /support/kconfig/symbol.c
parentaa83bc88ba4c738daaf944c1b2a7d00001d05a67 (diff)
downloadbuildroot-ebe660246303ce4ee4bf6f77726c72528e449b7b.tar.gz
buildroot-ebe660246303ce4ee4bf6f77726c72528e449b7b.zip
support/kconfig: Update kconfig to 3.13-rc5
Only minor changes are registered, mainly help text. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support/kconfig/symbol.c')
-rw-r--r--support/kconfig/symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/kconfig/symbol.c b/support/kconfig/symbol.c
index c9a6775565..7caabdb51c 100644
--- a/support/kconfig/symbol.c
+++ b/support/kconfig/symbol.c
@@ -1047,7 +1047,7 @@ sym_re_search_free:
* When we check for recursive dependencies we use a stack to save
* current state so we can print out relevant info to user.
* The entries are located on the call stack so no need to free memory.
- * Note inser() remove() must always match to properly clear the stack.
+ * Note insert() remove() must always match to properly clear the stack.
*/
static struct dep_stack {
struct dep_stack *prev, *next;
OpenPOWER on IntegriCloud