summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-12-12 10:34:21 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2012-12-12 10:34:21 +0800
commitd30385fc7c4e4145c9dc43341009e1f837d16ec6 (patch)
tree289041372fe77436b5d5d32adedcdd4d99c3793f
parentd8aa2895f40018b13b1443144b5355d4b84f8acf (diff)
downloadandroid_development-d30385fc7c4e4145c9dc43341009e1f837d16ec6.tar.gz
android_development-d30385fc7c4e4145c9dc43341009e1f837d16ec6.tar.bz2
android_development-d30385fc7c4e4145c9dc43341009e1f837d16ec6.zip
Correct typo
Change-Id: I150ee24f93d1a4fe16de938dafb335a9f1a171b0
-rw-r--r--ndk/platforms/README.CRT.TXT2
-rw-r--r--ndk/platforms/android-8/include/android/bitmap.h2
-rw-r--r--ndk/platforms/android-9/include/android/bitmap.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/ndk/platforms/README.CRT.TXT b/ndk/platforms/README.CRT.TXT
index c7b2c41d1..8cc33edd7 100644
--- a/ndk/platforms/README.CRT.TXT
+++ b/ndk/platforms/README.CRT.TXT
@@ -15,7 +15,7 @@ object files. They have the following names and usage:
crtbegin_static.[cS]
This file contains a tiny ELF startup entry point (named '_start')
that is linked into every Android _static_ executable. These binaries can
- run on any Linux ARM system, but cannot perform dynamic linking at all.
+ run on any Linux system, but cannot perform dynamic linking at all.
Note that the kernel calls the '_start' entry point directly when it
launches such an executable. The _start stub is used to call the
diff --git a/ndk/platforms/android-8/include/android/bitmap.h b/ndk/platforms/android-8/include/android/bitmap.h
index 73e2cdb5d..6e18763bf 100644
--- a/ndk/platforms/android-8/include/android/bitmap.h
+++ b/ndk/platforms/android-8/include/android/bitmap.h
@@ -29,7 +29,7 @@ extern "C" {
#define ANDROID_BITMAP_RESULT_JNI_EXCEPTION -2
#define ANDROID_BITMAP_RESULT_ALLOCATION_FAILED -3
-/* Backward compatibility: this macro used to be mispelt. */
+/* Backward compatibility: this macro used to be misspelled. */
#define ANDROID_BITMAP_RESUT_SUCCESS ANDROID_BITMAP_RESULT_SUCCESS
enum AndroidBitmapFormat {
diff --git a/ndk/platforms/android-9/include/android/bitmap.h b/ndk/platforms/android-9/include/android/bitmap.h
index 54e6a90fc..fabb7f430 100644
--- a/ndk/platforms/android-9/include/android/bitmap.h
+++ b/ndk/platforms/android-9/include/android/bitmap.h
@@ -28,7 +28,7 @@ __BEGIN_DECLS
#define ANDROID_BITMAP_RESULT_JNI_EXCEPTION -2
#define ANDROID_BITMAP_RESULT_ALLOCATION_FAILED -3
-/* Backward compatibility: this macro used to be mispelt. */
+/* Backward compatibility: this macro used to be misspelled. */
#define ANDROID_BITMAP_RESUT_SUCCESS ANDROID_BITMAP_RESULT_SUCCESS
enum AndroidBitmapFormat {