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.