libc: fix typo in kernel helper script

Change-Id: I3b75b1323cf7a48cb839dede1552f24711847335
This commit is contained in:
David 'Digit' Turner 2011-06-01 10:27:04 +02:00
parent c57fd96381
commit 669c823f05

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