1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-30 07:56:32 -05:00

act: Fix docstring typo

These aren't the AM services.
This commit is contained in:
Lioncash
2016-12-15 14:51:42 -05:00
parent 1abb98202c
commit d467b5ce4f

View File

@@ -7,7 +7,7 @@
namespace Service {
namespace ACT {
/// Initialize AM service
/// Initializes all ACT services
void Init();
} // namespace ACT