소스 검색

Minor comment

Sylvain 3 년 전
부모
커밋
30338beb61
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/filesystem/riscos/SDL_sysfilesystem.c

+ 1 - 1
src/filesystem/riscos/SDL_sysfilesystem.c

@@ -37,7 +37,7 @@
 static char *
 SDL_unixify_std(const char *ro_path, char *buffer, size_t buf_len, int filetype)
 {
-    const char *const in_buf = buffer; /* = NULL if we malloc the buffer.  */
+    const char *const in_buf = buffer; /* = NULL if we allocate the buffer.  */
 
     if (!buffer) {
         /* This matches the logic in __unixify, with an additional byte for the