From 970a91f298e0eadb0d05c68c28c11fcc58b00a9d Mon Sep 17 00:00:00 2001 From: Don Turner Date: Wed, 12 Sep 2018 14:52:24 +0100 Subject: [PATCH] Fixing comment for getUnderlyingStream --- include/oboe/AudioStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/oboe/AudioStream.h b/include/oboe/AudioStream.h index 1e9a20583..0b6d5bc99 100644 --- a/include/oboe/AudioStream.h +++ b/include/oboe/AudioStream.h @@ -335,7 +335,7 @@ class AudioStream : public AudioStreamBase { } /** - * Only for debugging. Do use in production. + * Only for debugging. Do not use in production. * If you need to call this method something is wrong. * If you think you need it for production then please let us know * so we can modify Oboe so that you don't need this.