Index: src/gpu/GrRectanizer_skyline.h |
diff --git a/src/gpu/GrRectanizer_skyline.h b/src/gpu/GrRectanizer_skyline.h |
index 576b1fc62a519377c87c46df74c0fcde21caf04e..a1c571ef4143ea6cf92d5c2ad59f76bd534561eb 100644 |
--- a/src/gpu/GrRectanizer_skyline.h |
+++ b/src/gpu/GrRectanizer_skyline.h |
@@ -49,7 +49,7 @@ private: |
// Can a width x height rectangle fit in the free space represented by |
// the skyline segments >= 'skylineIndex'? If so, return true and fill in |
- // 'y' with the y-location at which it fits (the x location is pulled from |
+ // 'y' with the y-location at which it fits (the x location is pulled from |
// 'skylineIndex's segment. |
bool rectangleFits(int skylineIndex, int width, int height, int* y) const; |
// Update the skyline structure to include a width x height rect located |