From 746b41e50946b570f39f15f494ff73e638e8617c Mon Sep 17 00:00:00 2001 From: Ken Cooke Date: Thu, 18 May 2017 17:30:07 -0700 Subject: [PATCH] Fix typo in comments --- libraries/audio/src/AudioGate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/audio/src/AudioGate.cpp b/libraries/audio/src/AudioGate.cpp index 737e2359f1..0afeee19be 100644 --- a/libraries/audio/src/AudioGate.cpp +++ b/libraries/audio/src/AudioGate.cpp @@ -240,7 +240,7 @@ void GateImpl::updateHistogram(int32_t value, int count = 1) { // When only a single distribution is present, the threshold becomes level-dependent: // At levels below the fixed threshold, the threshold adapts toward the upper edge // of the distribution, presumed to be noise. -// At levels above the fixed threshold, he threshold adapts toward the lower edge +// At levels above the fixed threshold, the threshold adapts toward the lower edge // of the distribution, presumed to be signal. // This is implemented by adding a hidden (bias) distribution at the fixed threshold. //