aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2023-02-07 18:55:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-02-07 18:55:15 +0000
commit9ab3e2893c5f570cfe438dba9084ed68f1406310 (patch)
tree44f5d775c0b1bfacb5603a5546d4eac2a375278c
parent9e094bf06127e46b21dcb5ae9cfb2cd8ba81a13d (diff)
parent5aac75cf5bea628f44bc8e09fe672573aeac0849 (diff)
downloadndk-9ab3e2893c5f570cfe438dba9084ed68f1406310.tar.gz
Merge "Fix typo in android_native_app_glue.h"
-rw-r--r--sources/android/native_app_glue/android_native_app_glue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/android/native_app_glue/android_native_app_glue.h b/sources/android/native_app_glue/android_native_app_glue.h
index 89eafe3ff..35a786e9d 100644
--- a/sources/android/native_app_glue/android_native_app_glue.h
+++ b/sources/android/native_app_glue/android_native_app_glue.h
@@ -47,7 +47,7 @@ extern "C" {
*
* 2/ android_main() receives a pointer to a valid "android_app" structure
* that contains references to other important objects, e.g. the
- * ANativeActivity obejct instance the application is running in.
+ * ANativeActivity object instance the application is running in.
*
* 3/ the "android_app" object holds an ALooper instance that already
* listens to two important things: