Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Sep 14, 2023
1 parent 61bfd3d commit a7a4b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/kernel/handles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -107,4 +107,4 @@ namespace KernelHandles {
default: return "Unknown";
}
}
}
}

0 comments on commit a7a4b81

Please sign in to comment.