소스 검색

Formatting.

Camilla Berglund 11 년 전
부모
커밋
8061bb54fe
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      include/GLFW/glfw3.h

+ 3 - 3
include/GLFW/glfw3.h

@@ -1003,9 +1003,9 @@ GLFWAPI const char* glfwGetVersionString(void);
  *
  *
  *  @note This function may only be called from the main thread.
  *  @note This function may only be called from the main thread.
  *
  *
- *  @note The error callback is called by the thread where the error was
- *  generated.  If you are using GLFW from multiple threads, your error callback
- *  needs to be written accordingly.
+ *  @note The error callback is called by the thread where the error occurred.
+ *  If you are using GLFW from multiple threads, your error callback needs to be
+ *  written accordingly.
  *
  *
  *  @note Because the description string provided to the callback may have been
  *  @note Because the description string provided to the callback may have been
  *  generated specifically for that error, it is not guaranteed to be valid
  *  generated specifically for that error, it is not guaranteed to be valid