소스 검색

stb_image: Fix typo in comment.

Fixes issue #705.
Fabian Giesen 6 년 전
부모
커밋
bbbdc1e811
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      stb_image.h

+ 1 - 1
stb_image.h

@@ -168,7 +168,7 @@ RECENT REVISION HISTORY:
 //   If compiling for Windows and you wish to use Unicode filenames, compile
 //   If compiling for Windows and you wish to use Unicode filenames, compile
 //   with
 //   with
 //       #define STBI_WINDOWS_UTF8
 //       #define STBI_WINDOWS_UTF8
-//   and pass utf8-encoded filenames. Call stbiw_convert_wchar_to_utf8 to convert
+//   and pass utf8-encoded filenames. Call stbi_convert_wchar_to_utf8 to convert
 //   Windows wchar_t filenames to utf8.
 //   Windows wchar_t filenames to utf8.
 //
 //
 // ===========================================================================
 // ===========================================================================