diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 9dc8af3ca..a14e2ff37 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -102,7 +102,7 @@ enum class Class : ClassType {
     Render_Software,   ///< Software renderer backend
     Render_OpenGL,     ///< OpenGL backend
     Audio,             ///< Audio emulation
-    Audio_DSP,         ///< The HLE implementation of the DSP
+    Audio_DSP,         ///< The HLE and LLE implementations of the DSP
     Audio_Sink,        ///< Emulator audio output backend
     Loader,            ///< ROM loader
     Input,             ///< Input emulation