diff options
| author | 2016-12-15 14:51:42 -0500 | |
|---|---|---|
| committer | 2016-12-15 14:51:45 -0500 | |
| commit | d467b5ce4f377935a25bc93cebf6f1e633aa3465 (patch) | |
| tree | ab6da84c586f12fb5defa8851a5e5e2bd718cd99 /src | |
| parent | Merge pull request #2325 from yuriks/fix-index (diff) | |
| download | yuzu-d467b5ce4f377935a25bc93cebf6f1e633aa3465.tar.gz yuzu-d467b5ce4f377935a25bc93cebf6f1e633aa3465.tar.xz yuzu-d467b5ce4f377935a25bc93cebf6f1e633aa3465.zip | |
act: Fix docstring typo
These aren't the AM services.
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/act/act.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/act/act.h b/src/core/hle/service/act/act.h index 3481532c0..1425291aa 100644 --- a/src/core/hle/service/act/act.h +++ b/src/core/hle/service/act/act.h | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | namespace Service { | 7 | namespace Service { |
| 8 | namespace ACT { | 8 | namespace ACT { |
| 9 | 9 | ||
| 10 | /// Initialize AM service | 10 | /// Initializes all ACT services |
| 11 | void Init(); | 11 | void Init(); |
| 12 | 12 | ||
| 13 | } // namespace ACT | 13 | } // namespace ACT |