aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkStream.h1
-rw-r--r--include/core/SkXfermode.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/include/core/SkStream.h b/include/core/SkStream.h
index f525cf851c..7e3c1a370b 100644
--- a/include/core/SkStream.h
+++ b/include/core/SkStream.h
@@ -380,4 +380,3 @@ private:
typedef SkFILEStream SkURLStream;
#endif
-
diff --git a/include/core/SkXfermode.h b/include/core/SkXfermode.h
index 54946fdf87..930403f8da 100644
--- a/include/core/SkXfermode.h
+++ b/include/core/SkXfermode.h
@@ -105,7 +105,7 @@ public:
// all above modes can be expressed as pair of src/dst Coeffs
kCoeffModesCnt,
- // Following blend modes are defined in the CSS Compositing standard:
+ // Following blend modes are defined in the CSS Compositing standard:
// https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#blending
kScreen_Mode = kCoeffModesCnt,
kOverlay_Mode,