aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@google.com>2014-06-05 07:49:04 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-05 07:49:04 -0700
commit58edea89627d347010cadc26ce3c092a9265a8ee (patch)
tree7103e1903361685a5f1d0a80e9ec5cfc241ad7a6 /include
parent2e81e51d1e932d34d602183130359514203efbbf (diff)
Use the correct homophone of 'there'.
R=reed@google.com TBR=reed@google.com Author: scroggo@google.com Review URL: https://codereview.chromium.org/319493004
Diffstat (limited to 'include')
-rw-r--r--include/core/SkBitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
index a6acb8713e..35f0151430 100644
--- a/include/core/SkBitmap.h
+++ b/include/core/SkBitmap.h
@@ -500,7 +500,7 @@ public:
/** Returns a non-zero, unique value corresponding to the pixels in our
pixelref. Each time the pixels are changed (and notifyPixelsChanged
is called), a different generation ID will be returned. Finally, if
- their is no pixelRef then zero is returned.
+ there is no pixelRef then zero is returned.
*/
uint32_t getGenerationID() const;