Change-Id: I5b15e16c140dde600e83e4f48e2902963e948b46
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/114560
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
Auto-Submit: David Neto <dneto@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: David Neto <dneto@google.com>
This commit is contained in:
David Neto 2022-12-15 18:00:24 +00:00 committed by Dawn LUCI CQ
parent 5208edf37d
commit dd1e4e39f2
1 changed files with 1 additions and 1 deletions

View File

@ -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) {