From b67cbb8d9223f4757092e967c56878183d11fb09 Mon Sep 17 00:00:00 2001 From: bunnei Date: Thu, 28 Dec 2017 23:45:44 -0500 Subject: ap, aoc_u: Minor cleanup. --- src/core/hle/service/aoc/aoc_u.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/aoc/aoc_u.h') diff --git a/src/core/hle/service/aoc/aoc_u.h b/src/core/hle/service/aoc/aoc_u.h index 43129e317..a2b385236 100644 --- a/src/core/hle/service/aoc/aoc_u.h +++ b/src/core/hle/service/aoc/aoc_u.h @@ -15,7 +15,7 @@ public: ~AOC_U() = default; }; -/// Registers all LM services with the specified service manager. +/// Registers all AOC services with the specified service manager. void InstallInterfaces(SM::ServiceManager& service_manager); } // namespace AOC -- cgit v1.2.3