aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Burk <philburk@mobileer.com>2022-11-13 15:16:35 +0000
committerPhil Burk <philburk@mobileer.com>2022-11-14 15:30:32 +0000
commit11ea86592ef8312c9a5cf6debf29809c3775dc50 (patch)
treea1dcadb5c4263bbeca5c59890ddd9bcd20cb2973
parenta3e62ecdcc0a1404f9bd78d59f15941b77d5e1ea (diff)
downloadoboe-11ea86592ef8312c9a5cf6debf29809c3775dc50.tar.gz
Change thew to the.
-rw-r--r--samples/hello-oboe/src/main/cpp/HelloOboeEngine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/hello-oboe/src/main/cpp/HelloOboeEngine.cpp b/samples/hello-oboe/src/main/cpp/HelloOboeEngine.cpp
index 7cbcbacd..275e52c0 100644
--- a/samples/hello-oboe/src/main/cpp/HelloOboeEngine.cpp
+++ b/samples/hello-oboe/src/main/cpp/HelloOboeEngine.cpp
@@ -133,7 +133,7 @@ void HelloOboeEngine::restart() {
oboe::Result HelloOboeEngine::start() {
std::lock_guard<std::mutex> lock(mLock);
oboe::Result result = oboe::Result::OK;
- // It is possible for a stream's device to become disconnected during thew open or between
+ // It is possible for a stream's device to become disconnected during the open or between
// the Open and the Start.
// So if it fails to start, close the old stream and try again.
int tryCount = 0;