summaryrefslogtreecommitdiffstats
path: root/ash
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2015-03-26 00:30:52 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-26 07:31:50 +0000
commit1eeacc846d0123d761bb47627227a9f4b45dc863 (patch)
tree00296023b396334803beb136b09c9afccad7be5b /ash
parentc1d79cd9c6a42d39a380376762cb8ad0061d1ca6 (diff)
downloadchromium_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.h2
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.