all: fix typos in comments (#28881)

This commit is contained in:
Dimitris Apostolou
2024-02-05 22:16:32 +01:00
committed by GitHub
parent 8ec638dc5e
commit 8fd43c8013
27 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ func (g *StandardGauge) Update(v int64) {
g.value.Store(v)
}
// Update updates the gauge's value if v is larger then the current valie.
// Update updates the gauge's value if v is larger then the current value.
func (g *StandardGauge) UpdateIfGt(v int64) {
for {
exist := g.value.Load()