Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / events / gesture_detection / bitset_32.h
index 1cc2dad..7b347f1 100644 (file)
@@ -87,7 +87,7 @@ struct BitSet32 {
     return n;
   }
 
-  // Gets the inde of the specified bit in the set, which is the number of
+  // Gets the index of the specified bit in the set, which is the number of
   // marked bits that appear before the specified bit.
   inline uint32_t get_index_of_bit(uint32_t n) const {
     DCHECK_LE(n, 31U);