From 083aa9d39c07e0ed157f12e67ac9e6343ddc5a0f Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 21 Jun 2019 12:33:14 -0700 Subject: [PATCH] Fix typo --- nx/include/switch/kernel/svc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/kernel/svc.h b/nx/include/switch/kernel/svc.h index ba97e883..8714a29d 100644 --- a/nx/include/switch/kernel/svc.h +++ b/nx/include/switch/kernel/svc.h @@ -168,7 +168,7 @@ typedef enum { InfoType_InitialProcessIdRange = 19, ///< 4.0.0-4.1.0 Min/max initial process IDs. InfoType_UserExceptionContextAddress = 20, ///< 5.0.0+ Address of the process's exception context (for break). InfoType_TotalNonSystemMemorySize = 21, ///< 6.0.0+ Total amount of memory available for process, excluding that for process memory management. - InfoType_UsedNonSystemMemorySize = 22, ///< 6.0.0+ Amount of memory used by process, exclusing that for process memory management. + InfoType_UsedNonSystemMemorySize = 22, ///< 6.0.0+ Amount of memory used by process, excluding that for process memory management. InfoType_ThreadTickCount = 0xF0000002, ///< Number of ticks spent on thread. } InfoType;