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);