Преглед на файлове

act: Fix docstring typo

These aren't the AM services.
Lioncash преди 9 години
родител
ревизия
d467b5ce4f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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