Browse Source

act: Fix docstring typo

These aren't the AM services.
Lioncash 9 năm trước cách đây
mục cha
commit
d467b5ce4f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/core/hle/service/act/act.h

+ 1 - 1
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