aboutsummaryrefslogtreecommitdiff
path: root/api/audio_codecs
diff options
context:
space:
mode:
authorHua, Chunbo <chunbo.hua@intel.com>2020-04-27 11:55:56 +0800
committerCommit Bot <commit-bot@chromium.org>2020-04-27 08:03:47 +0000
commitb2611181564193b23d8edc472d7521812eee46b7 (patch)
tree5d8c4face37d0bf76123c2f9697c4992a0d9face /api/audio_codecs
parentf7f7cc93aa44a5a514e6a79771eabbc390103584 (diff)
downloadwebrtc-b2611181564193b23d8edc472d7521812eee46b7.tar.gz
Fix a typo for decoder naming
Bug: None Change-Id: I1e1e7fe1d3efb6e7f302d7633673418b5de7212c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173940 Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31135}
Diffstat (limited to 'api/audio_codecs')
-rw-r--r--api/audio_codecs/audio_decoder_factory_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/audio_codecs/audio_decoder_factory_template.h b/api/audio_codecs/audio_decoder_factory_template.h
index f3bc13645a..e628cb62dc 100644
--- a/api/audio_codecs/audio_decoder_factory_template.h
+++ b/api/audio_codecs/audio_decoder_factory_template.h
@@ -90,7 +90,7 @@ class AudioDecoderFactoryT : public AudioDecoderFactory {
// be a struct with the following static member functions:
//
// // Converts |audio_format| to a ConfigType instance. Returns an empty
-// // optional if |audio_format| doesn't correctly specify an decoder of our
+// // optional if |audio_format| doesn't correctly specify a decoder of our
// // type.
// absl::optional<ConfigType> SdpToConfig(const SdpAudioFormat& audio_format);
//