summaryrefslogtreecommitdiff
path: root/services/inputflinger/tests/BlockingQueue_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'services/inputflinger/tests/BlockingQueue_test.cpp')
-rw-r--r--services/inputflinger/tests/BlockingQueue_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/inputflinger/tests/BlockingQueue_test.cpp b/services/inputflinger/tests/BlockingQueue_test.cpp
index 0dea8d7861..fd9d9d5bd3 100644
--- a/services/inputflinger/tests/BlockingQueue_test.cpp
+++ b/services/inputflinger/tests/BlockingQueue_test.cpp
@@ -26,7 +26,7 @@ namespace android {
// --- BlockingQueueTest ---
/**
- * Sanity check of basic pop and push operation.
+ * Validate basic pop and push operation.
*/
TEST(BlockingQueueTest, Queue_AddAndRemove) {
constexpr size_t capacity = 10;