| Index: ui/gfx/range/range.h
|
| diff --git a/ui/gfx/range/range.h b/ui/gfx/range/range.h
|
| index d0d2a3ec954112016b8058084c133d09571c2d14..6007d754d42da03752da00a880136e59bdab7158 100644
|
| --- a/ui/gfx/range/range.h
|
| +++ b/ui/gfx/range/range.h
|
| @@ -54,7 +54,7 @@ class GFX_EXPORT Range {
|
| // Returns a range that is invalid, which is {size_t_max,size_t_max}.
|
| static const Range InvalidRange();
|
|
|
| - // Checks if the range is valid through comparision to InvalidRange().
|
| + // Checks if the range is valid through comparison to InvalidRange().
|
| bool IsValid() const;
|
|
|
| // Getters and setters.
|
|
|