From 7695b0403f772dd773ba25151bd8b97a7d16537e Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 14 Aug 2011 15:21:26 +0000 Subject: Fix typo in and clarify comment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30309 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/hosted/android/pcm-android.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware') diff --git a/firmware/target/hosted/android/pcm-android.c b/firmware/target/hosted/android/pcm-android.c index 3143bc90ec..6492a779f2 100644 --- a/firmware/target/hosted/android/pcm-android.c +++ b/firmware/target/hosted/android/pcm-android.c @@ -155,8 +155,8 @@ void pcm_play_dma_start(const void *addr, size_t size) void pcm_play_dma_stop(void) { /* NOTE: due to how pcm_play_get_more_callback() works, this is - * possibly called from writeNative(), i.e. another thread. - * => We need to discover the env_ptr */ + * possibly called from nativeWrite(), i.e. another (host) thread + * => need to discover the appropriate JNIEnv* */ JNIEnv* env = getJavaEnvironment(); (*env)->CallVoidMethod(env, RockboxPCM_instance, -- cgit v1.2.3