| Index: include/core/SkFixed.h
 | 
| diff --git a/include/core/SkFixed.h b/include/core/SkFixed.h
 | 
| index ba2479a5381e011359203813f15549adae665973..abeeccce10e07e92b46bc5fe9702271559ef3d11 100644
 | 
| --- a/include/core/SkFixed.h
 | 
| +++ b/include/core/SkFixed.h
 | 
| @@ -192,7 +192,7 @@ inline bool SkFixedNearlyZero(SkFixed x, SkFixed tolerance = SK_FixedNearlyZero)
 | 
|  
 | 
|  #if defined(SK_CPU_ARM) && !defined(__thumb__)
 | 
|      /* This guy does not handle NaN or other obscurities, but is faster than
 | 
| -       than (int)(x*65536) when we only have software floats
 | 
| +       than (int)(x*65536)
 | 
|      */
 | 
|      inline SkFixed SkFloatToFixed_arm(float x)
 | 
|      {
 | 
| 
 |