소스 검색

Merge pull request #542 from chinhodado/patch-1

Fix a wrong file name in a comment
bunnei 11 년 전
부모
커밋
126c8257b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/common/logging/log.h

+ 1 - 1
src/common/logging/log.h

@@ -32,7 +32,7 @@ typedef u8 ClassType;
 /**
  * Specifies the sub-system that generated the log message.
  *
- * @note If you add a new entry here, also add a corresponding one to `ALL_LOG_CLASSES` in log.cpp.
+ * @note If you add a new entry here, also add a corresponding one to `ALL_LOG_CLASSES` in backend.cpp.
  */
 enum class Class : ClassType {
     Log,                        ///< Messages about the log system itself