summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGravatar chinhodado2015-02-07 00:37:06 -0500
committerGravatar chinhodado2015-02-07 00:37:06 -0500
commit34cce345a783cae0ab14deb9dbbe4a2d5126a8ac (patch)
tree2d6b16bcf5828c917ba55c5834d2b53fbb0cacf2 /src/common
parentMerge pull request #541 from lioncash/nits (diff)
downloadyuzu-34cce345a783cae0ab14deb9dbbe4a2d5126a8ac.tar.gz
yuzu-34cce345a783cae0ab14deb9dbbe4a2d5126a8ac.tar.xz
yuzu-34cce345a783cae0ab14deb9dbbe4a2d5126a8ac.zip
Fix a wrong file name in a comment
Diffstat (limited to 'src/common')
-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 3d94bf0d9..897ef36b8 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -32,7 +32,7 @@ typedef u8 ClassType;
32/** 32/**
33 * Specifies the sub-system that generated the log message. 33 * Specifies the sub-system that generated the log message.
34 * 34 *
35 * @note If you add a new entry here, also add a corresponding one to `ALL_LOG_CLASSES` in log.cpp. 35 * @note If you add a new entry here, also add a corresponding one to `ALL_LOG_CLASSES` in backend.cpp.
36 */ 36 */
37enum class Class : ClassType { 37enum class Class : ClassType {
38 Log, ///< Messages about the log system itself 38 Log, ///< Messages about the log system itself