From 9d5b9659a8122d0a0389b624406ab140b958c328 Mon Sep 17 00:00:00 2001 From: HookedBehemoth Date: Sun, 23 Feb 2020 18:25:31 +0100 Subject: [PATCH] fix typo --- nx/include/switch/services/tc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/tc.h b/nx/include/switch/services/tc.h index 96fa4450..56be6c06 100644 --- a/nx/include/switch/services/tc.h +++ b/nx/include/switch/services/tc.h @@ -14,7 +14,7 @@ Result tcInitialize(void); /// Exit tc. void tcExit(void); -/// Getc the Service for tc. +/// Gets the Service for tc. Service* tcGetServiceSession(void); Result tcEnableFanControl(void);