Serj Kalichev преди 1 година
родител
ревизия
6680f689f7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      faux/str/str.c

+ 1 - 1
faux/str/str.c

@@ -301,7 +301,7 @@ char *faux_str_sprintf(const char *fmt, ...)
 }
 
 
-/** @brief Service function to compare to chars in right way.
+/** @brief Service function to compare two chars in right way.
  *
  * The problem is char type can be signed or unsigned on different
  * platforms. So stright comparision can return different results.