Explorar el Código

act: Fix docstring typo

These aren't the AM services.
Lioncash hace 9 años
padre
commit
d467b5ce4f
Se han modificado 1 ficheros con 1 adiciones y 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