Explorar o código

Merge pull request #2327 from lioncash/typo

act: Fix docstring typo
bunnei %!s(int64=9) %!d(string=hai) anos
pai
achega
1490f14ab4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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