Index: mojo/android/system/core_impl.cc |
diff --git a/mojo/android/system/core_impl.cc b/mojo/android/system/core_impl.cc |
index 142cd0595fedd78c8bad5b981de5400306de4790..2d74a0f8a4576a8b7aa7236104a65ba5de55f5a0 100644 |
--- a/mojo/android/system/core_impl.cc |
+++ b/mojo/android/system/core_impl.cc |
@@ -61,7 +61,7 @@ static jint WaitMany(JNIEnv* env, |
jobject jcaller, |
jobject buffer, |
jlong deadline) { |
- // Buffer contains first the list of handles, then the list of flags. |
+ // Buffer contains first the list of handles, then the list of signals. |
const void* buffer_start = env->GetDirectBufferAddress(buffer); |
DCHECK(buffer_start); |
const size_t record_size = 8; |