Fix typo in comment.

No-Try: True
Bug: None
Change-Id: I97825766301b3a2e133bf168749e65e945dbfc8f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/234862
Commit-Queue: Tommi <tommi@webrtc.org>
Reviewed-by: Tommi <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#35188}
This commit is contained in:
Mirko Bonadei 2021-10-12 13:23:44 +02:00 committed by WebRTC LUCI CQ
parent 1da742b2dc
commit 339965f93c

View File

@ -45,7 +45,7 @@ declare_args() {
} }
declare_args() { declare_args() {
# Setting this to trye, will make RTC_DLOG() expand to log statements instead # Setting this to true, will make RTC_DLOG() expand to log statements instead
# of being removed by the preprocessor. # of being removed by the preprocessor.
# This is useful for example to be able to get RTC_DLOGs on a release build. # This is useful for example to be able to get RTC_DLOGs on a release build.
rtc_dlog_always_on = false rtc_dlog_always_on = false