Преглед изворни кода

Merge pull request #2327 from lioncash/typo

act: Fix docstring typo
bunnei пре 9 година
родитељ
комит
1490f14ab4
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