aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-08-28 00:33:42 -0700
committerAndroid Code Review <code-review@android.com>2011-08-28 00:33:42 -0700
commit0f7d9df17f2f5a355b1b799a70219c18587482a6 (patch)
tree4d720e3230938dfbe0ed84a003a8c2d464284b55
parentc57fd963817afa8894af49d6c98a80d8f9100937 (diff)
parent669c823f05880e4193286e3786a18658de0156a5 (diff)
downloadbionic-0f7d9df17f2f5a355b1b799a70219c18587482a6.tar.gz
Merge "libc: fix typo in kernel helper script"
-rw-r--r--libc/kernel/tools/defaults.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/kernel/tools/defaults.py b/libc/kernel/tools/defaults.py
index ca7e6bb4a..5e9d67700 100644
--- a/libc/kernel/tools/defaults.py
+++ b/libc/kernel/tools/defaults.py
@@ -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