aboutsummaryrefslogtreecommitdiff
path: root/src/core/telemetry_session.h
diff options
context:
space:
mode:
authorN00byKing <N00byKing@users.noreply.github.com>2018-03-26 21:31:19 +0200
committerN00byKing <N00byKing@hotmail.de>2018-03-27 11:16:59 +0200
commit98f0352728d55cf5056b1d3efd8c27bddbd1c9d1 (patch)
tree14a3cc612e0bd072c2e729f7954355f767f5fc73 /src/core/telemetry_session.h
parent10738588a4abc91490673924a2c1e3fa7aea63e7 (diff)
telemetry_session.h: Reword Documentation Comment from citra to yuzu
Diffstat (limited to 'src/core/telemetry_session.h')
-rw-r--r--src/core/telemetry_session.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/telemetry_session.h b/src/core/telemetry_session.h
index 550c6ea2d7..dbc4f8bd49 100644
--- a/src/core/telemetry_session.h
+++ b/src/core/telemetry_session.h
@@ -50,8 +50,8 @@ u64 RegenerateTelemetryId();
/**
* Verifies the username and token.
- * @param username Citra username to use for authentication.
- * @param token Citra token to use for authentication.
+ * @param username yuzu username to use for authentication.
+ * @param token yuzu token to use for authentication.
* @param func A function that gets exectued when the verification is finished
* @returns Future with bool indicating whether the verification succeeded
*/