From a7a4b81ea8556fb401cd0f0dc1650a49f0846c96 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:50:41 +0300 Subject: [PATCH] Fix typo --- include/kernel/handles.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/kernel/handles.hpp b/include/kernel/handles.hpp index 28d88c37..26be268b 100644 --- a/include/kernel/handles.hpp +++ b/include/kernel/handles.hpp @@ -40,7 +40,7 @@ namespace KernelHandles { NEWS_U, // This service literally has 1 command (AddNotification) and I don't even understand what it does PTM_U, // PTM service (Used for accessing various console info, such as battery, shell and pedometer state) PTM_SYSM, // PTM system service - PTM_PLAY, // PTM Play service, ues for retrieving play history + PTM_PLAY, // PTM Play service, used for retrieving play history SOC, // Socket service SSL, // SSL service (Totally didn't expect that) Y2R, // Also does camera stuff @@ -107,4 +107,4 @@ namespace KernelHandles { default: return "Unknown"; } } -} \ No newline at end of file +}