diff --git a/webrtc.gni b/webrtc.gni index c9856068af..6baf175fea 100644 --- a/webrtc.gni +++ b/webrtc.gni @@ -45,7 +45,7 @@ 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. # This is useful for example to be able to get RTC_DLOGs on a release build. rtc_dlog_always_on = false