From 339965f93cdaaee297fe0764f1765de0ae1bd9f3 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Tue, 12 Oct 2021 13:23:44 +0200 Subject: [PATCH] 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 Reviewed-by: Tommi Cr-Commit-Position: refs/heads/main@{#35188} --- webrtc.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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