diff options
author | thakis <thakis@chromium.org> | 2015-03-26 00:30:52 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-26 07:31:50 +0000 |
commit | 1eeacc846d0123d761bb47627227a9f4b45dc863 (patch) | |
tree | 00296023b396334803beb136b09c9afccad7be5b /ash | |
parent | c1d79cd9c6a42d39a380376762cb8ad0061d1ca6 (diff) | |
download | chromium_src-1eeacc846d0123d761bb47627227a9f4b45dc863.zip chromium_src-1eeacc846d0123d761bb47627227a9f4b45dc863.tar.gz chromium_src-1eeacc846d0123d761bb47627227a9f4b45dc863.tar.bz2 |
Fix some blooeans. No behavior change.
BUG=none
Review URL: https://codereview.chromium.org/1008563004
Cr-Commit-Position: refs/heads/master@{#322337}
Diffstat (limited to 'ash')
-rw-r--r-- | ash/accessibility_delegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/accessibility_delegate.h b/ash/accessibility_delegate.h index 8e7e286..cb821c8 100644 --- a/ash/accessibility_delegate.h +++ b/ash/accessibility_delegate.h @@ -44,7 +44,7 @@ class ASH_EXPORT AccessibilityDelegate { // Invoked to enable Large Cursor. virtual void SetLargeCursorEnabled(bool enabled) = 0; - // Returns ture if Large Cursor is enabled. + // Returns true if Large Cursor is enabled. virtual bool IsLargeCursorEnabled() const = 0; // Invoked to enable autoclick. |