Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fea57d5 authored by Robert Wu's avatar Robert Wu
Browse files

AAudio: Fix minor typo

Fix a typo in AAudioTesting.h

Bug: 239621025
Test: make -j

Change-Id: Iba167f78e9884a1bfe8481595c40e04e68ddf2d9
parent 952fbe27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ AAUDIO_API aaudio_policy_t AAudio_getMMapPolicy();
 * @note This is only for testing. Do not use this in an application.
 * It may change or be removed at any time.
 *
 * @return true if the stream uses ther MMAP data path
 * @return true if the stream uses the MMAP data path
 */
AAUDIO_API bool AAudioStream_isMMapUsed(AAudioStream* stream);