Typo
authorBehdad Esfahbod <behdad@behdad.org>
Sat, 21 Feb 2015 13:30:28 +0000 (16:30 +0300)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 25 Feb 2015 23:43:34 +0000 (15:43 -0800)
src/hb-private.hh

index bf41b1c..97db682 100644 (file)
@@ -808,7 +808,7 @@ hb_in_range (T u, T lo, T hi)
   /* The sizeof() is here to force template instantiation.
    * I'm sure there are better ways to do this but can't think of
    * one right now.  Declaring a variable won't work as HB_UNUSED
-   * is unsable on some platforms and unused types are less likely
+   * is unusable on some platforms and unused types are less likely
    * to generate a warning than unused variables. */
   ASSERT_STATIC (sizeof (hb_assert_unsigned_t<T>) >= 0);