Skip to content

Commit 0efeb2c

Browse files
Andrew HsiehGerrit Code Review
authored andcommitted
Merge "Fix the name of the native app glue lib in a header comment"
2 parents b50f8f6 + 4ff22dc commit 0efeb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ndk/sources/android/native_app_glue/android_native_app_glue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extern "C" {
3939
* risk having the system force-close the application. This programming
4040
* model is direct, lightweight, but constraining.
4141
*
42-
* The 'threaded_native_app' static library is used to provide a different
42+
* The 'android_native_app_glue' static library is used to provide a different
4343
* execution model where the application can implement its own main event
4444
* loop in a different thread instead. Here's how it works:
4545
*

0 commit comments

Comments
 (0)