aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/srv.h
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-04-16 00:03:41 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-04-16 00:03:41 -0400
commit32c3462047d814eada8f3b80ee5ea2cd03936ae0 (patch)
tree9df4dd16c09f2b94e02e77b4818dc199e3323cc0 /src/core/hle/service/srv.h
parentacef5e0b17e85bd25a5994d83b22d0ba02f589ba (diff)
- added stubbed out GSP::Gpu service interface
- various cleanups/refactors to HLE services
Diffstat (limited to 'src/core/hle/service/srv.h')
-rw-r--r--src/core/hle/service/srv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/srv.h b/src/core/hle/service/srv.h
index b4c5a0c1..a1d26a34 100644
--- a/src/core/hle/service/srv.h
+++ b/src/core/hle/service/srv.h
@@ -18,7 +18,7 @@ public:
~Interface();
/**
- * Gets the string name used by CTROS for a service
+ * Gets the string name used by CTROS for the service
* @return Port name of service
*/
std::string GetPortName() const {