From 34cce345a783cae0ab14deb9dbbe4a2d5126a8ac Mon Sep 17 00:00:00 2001 From: chinhodado Date: Sat, 7 Feb 2015 00:37:06 -0500 Subject: Fix a wrong file name in a comment --- src/common/logging/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/logging') 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 -- cgit v1.2.3