diff --git a/common/source/java/ch/systemsx/cisd/common/logging/LogCategory.java b/common/source/java/ch/systemsx/cisd/common/logging/LogCategory.java
index 08484ade7bf6945e70e321b56c269aff76e500a1..4c96aa6d3f41e05e385231d6b791a35725d2e4b2 100644
--- a/common/source/java/ch/systemsx/cisd/common/logging/LogCategory.java
+++ b/common/source/java/ch/systemsx/cisd/common/logging/LogCategory.java
@@ -28,7 +28,7 @@ public enum LogCategory
     ACCESS,
     /** Log category for authentication and authorization events. */
     AUTH,
-    /** Log category for log events related to the machine's state (log-level). */
+    /** Log category for log events related to the machine's state (low-level). */
     MACHINE,
     /** Log category for events that require immediate notification of an administrator. */
     NOTIFY,