diff options
author | Glenn Kasten <gkasten@google.com> | 2011-12-19 11:27:50 -0800 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2012-01-13 07:41:20 -0800 |
commit | c61f99056634119806916d5dfb58505d432e6732 (patch) | |
tree | e0122e41506b805eb153c7185aa49826df0f5f31 /libc/kernel/tools/clean_header.py | |
parent | e4ade69654d9026310ce7a895f14aa67947b4f31 (diff) | |
download | android_bionic-c61f99056634119806916d5dfb58505d432e6732.tar.gz android_bionic-c61f99056634119806916d5dfb58505d432e6732.tar.bz2 android_bionic-c61f99056634119806916d5dfb58505d432e6732.zip |
Fix misspelled Python variable name and typos
Typos:
- Update pathname in README.txt
- Fix missing newlines in header update script.
Change-Id: Ib0e053f92a27ff10071b9805fa64e5653ab31b0c
Diffstat (limited to 'libc/kernel/tools/clean_header.py')
-rwxr-xr-x | libc/kernel/tools/clean_header.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/kernel/tools/clean_header.py b/libc/kernel/tools/clean_header.py index 0549fc24e..22e62aa5c 100755 --- a/libc/kernel/tools/clean_header.py +++ b/libc/kernel/tools/clean_header.py @@ -37,7 +37,7 @@ def cleanupFile( path, original_path): src_path = src_path[1:] if len(src_path) == 0: - panic( "oops, internal error, can't extract correct relative path" ) + panic( "oops, internal error, can't extract correct relative path\n" ) # convert into destination path, extracting architecture if needed # and the corresponding list of known static functions |