libc: fix kernel cleanup script typo.

Change-Id: I5fc119be535ed47dadc780234665335efa6b9ac5
This commit is contained in:
David 'Digit' Turner 2011-01-11 17:23:10 +01:00
parent 43164fcbdf
commit b969b5a32a
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ kernel_default_arch_macros = {
# Replace tokens in the output according to this mapping
kernel_token_replacements = {
{"asm": "__asm__"},
"asm": "__asm__",
}
# this is the set of known static inline functions that we want to keep