From 5568baf51c4b787ff3ce338948bc6faed34c2320 Mon Sep 17 00:00:00 2001 From: Hexxellor Date: Tue, 28 Mar 2017 15:32:26 -0500 Subject: Typo fixing, and misnamed struct (#151) * Fixing Mostly Harmless Typos This fixes a bunch of miscellaneous typos and grammatical mistakes in the source which were mostly harmless with the exception of the ScreenShotParam in psp2/screenshot.h which didn’t match the name of the struct causing it to fail when using that header.--- include/user/kernel/modulemgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/user/kernel/modulemgr.h') diff --git a/include/user/kernel/modulemgr.h b/include/user/kernel/modulemgr.h index d7ad72c..58ce37a 100644 --- a/include/user/kernel/modulemgr.h +++ b/include/user/kernel/modulemgr.h @@ -27,7 +27,7 @@ typedef struct SceUInt perms; //< probably rwx in low bits void *vaddr; //< address in memory SceUInt memsz; //< size in memory - SceUInt flags; //< meanig unknown + SceUInt flags; //< meaning unknown SceUInt res; //< unused? } SceKernelSegmentInfo; -- cgit v1.2.3