aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar bunnei <bunneidev@gmail.com>2015-02-07 22:26:09 -0500
committerGravatar bunnei <bunneidev@gmail.com>2015-02-07 22:26:09 -0500
commit126c8257b405d3dc4867bf20b002464d769fb5bd (patch)
tree2d6b16bcf5828c917ba55c5834d2b53fbb0cacf2
parentc4e636681ef7f5fa77893fb2fe141eaac8cc10a4 (diff)
parent34cce345a783cae0ab14deb9dbbe4a2d5126a8ac (diff)
Merge pull request #542 from chinhodado/patch-1
Fix a wrong file name in a comment
-rw-r--r--src/common/logging/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 3d94bf0d..897ef36b 100644
--- a/src/common/logging/log.h
+++ b/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