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.