diff --git a/src/core/hle/service/act/act.h b/src/core/hle/service/act/act.h
index 3481532c0..1425291aa 100644
--- a/src/core/hle/service/act/act.h
+++ b/src/core/hle/service/act/act.h
@@ -7,7 +7,7 @@
 namespace Service {
 namespace ACT {
 
-/// Initialize AM service
+/// Initializes all ACT services
 void Init();
 
 } // namespace ACT