Index: gyp/common_conditions.gypi |
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
index 2a927d1a547efef37f9c070f780d2addb73e369b..83b634c95f3167fc2580d67f13d6db3d196e98b5 100644 |
--- a/gyp/common_conditions.gypi |
+++ b/gyp/common_conditions.gypi |
@@ -322,7 +322,7 @@ |
'-U_FORTIFY_SOURCE', |
'-D_FORTIFY_SOURCE=1', |
- # We can't use the skia_shared_library gyp setting because we need to |
+ # We can't use the skia_shared_lib gyp setting because we need to |
# isolate this define to Skia sources. CFLAGS are local to Android.mk |
# and ensures that this define is not exported to clients of the library |
'-DSKIA_IMPLEMENTATION=1', |
@@ -369,7 +369,7 @@ |
'SK_DEFAULT_FONT_CACHE_LIMIT (768 * 1024)', |
'SK_DEFAULT_GLOBAL_DISCARDABLE_MEMORY_POOL_SIZE (512 * 1024)', |
'SK_IGNORE_ETC1_SUPPORT', |
- # We can't use the skia_shared_library gyp setting because we need expose |
+ # We can't use the skia_shared_lib gyp setting because we need expose |
# this define globally and the the implemention define as a cflag. |
'SKIA_DLL', |
'SK_PRINT_CODEC_MESSAGES', |