X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=config%2Fsymbol.c;fp=config%2Fsymbol.c;h=7caabdb51c647e12e35b500bdebd262ba1545eb0;hb=a1e80351a81876d63caf7d37b1fc5ef465ed8f78;hp=c9a6775565bfa13252138f81ef8a0312b11cfea8;hpb=1a0509856ccf28544058d42deccefeff0dbb7f95;p=carl9170fw.git diff --git a/config/symbol.c b/config/symbol.c index c9a6775..7caabdb 100644 --- a/config/symbol.c +++ b/config/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;