From 8d9411217ce5826e460a0d7898a38635b5b6cd0d Mon Sep 17 00:00:00 2001 From: BMDan Date: Tue, 5 Jan 2016 16:26:17 -0800 Subject: [PATCH] fix typo fix typo, clarify wording a bit --- libAACdec/src/aacdecoder_lib.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libAACdec/src/aacdecoder_lib.cpp b/libAACdec/src/aacdecoder_lib.cpp index 82f85abbc..934e88fcb 100644 --- a/libAACdec/src/aacdecoder_lib.cpp +++ b/libAACdec/src/aacdecoder_lib.cpp @@ -2,7 +2,7 @@ /* ----------------------------------------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android -© Copyright 1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +© Copyright 1995 - 2013 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION @@ -1002,8 +1002,8 @@ LINKSPEC_CPP AAC_DECODER_ERROR aacDecoder_DecodeFrame( (self->limiterEnableCurr) ? &pcmLimiterScale : NULL ); if (dmxErr == PCMDMX_INVALID_MODE) { - /* Announce the framework that the current combination of channel configuration and downmix - * settings are not know to produce a predictable behavior and thus maybe produce strange output. */ + /* Tell the framework that the current combination of channel configuration and downmix + * settings are not known to produce a predictable behavior and thus may produce strange output. */ ErrorStatus = AAC_DEC_DECODE_FRAME_ERROR; }