Serj Kalichev 1 year ago
parent
commit
6680f689f7
1 changed files with 1 additions and 1 deletions
  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.