diff options
-rw-r--r-- | src/core/hle/service/act/act.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |