From dd1e4e39f23dfd0f6e40729a78538f92573d0b44 Mon Sep 17 00:00:00 2001 From: David Neto Date: Thu, 15 Dec 2022 18:00:24 +0000 Subject: [PATCH] Fix typo Change-Id: I5b15e16c140dde600e83e4f48e2902963e948b46 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/114560 Reviewed-by: Dan Sinclair Reviewed-by: Ben Clayton Auto-Submit: David Neto Kokoro: Kokoro Commit-Queue: David Neto --- src/tint/source.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tint/source.h b/src/tint/source.h index d7ca7b9167..7bf9735205 100644 --- a/src/tint/source.h +++ b/src/tint/source.h @@ -79,7 +79,7 @@ class Source { /// 0 represents no column information. size_t column = 0; - /// Returns true of `this` location is lexicographically less than `rhs` + /// Returns true if `this` location is lexicographically less than `rhs` /// @param rhs location to compare against /// @returns true if `this` < `rhs` inline bool operator<(const Source::Location& rhs) {