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}
diff --git a/webrtc.gni b/webrtc.gni
index c985606..6baf175 100644
--- a/webrtc.gni
+++ b/webrtc.gni
@@ -45,7 +45,7 @@
 }
 
 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