From b93958b3e7cae8f7d20df31de15a52ef800ee824 Mon Sep 17 00:00:00 2001 From: Adubbz Date: Thu, 4 Jul 2019 17:22:33 +1000 Subject: [PATCH] Decapitalization --- nx/include/switch/services/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/fs.h b/nx/include/switch/services/fs.h index b691f3f0..35bf62a3 100644 --- a/nx/include/switch/services/fs.h +++ b/nx/include/switch/services/fs.h @@ -82,7 +82,7 @@ typedef struct { u64 size; ///< Size of the save data. u64 journalSize; ///< Journal size of the save data. u64 blockSize; ///< Block size of the save data. - u64 ownerId; ///< Title Id of the owner of this save data. 0 for SystemSaveData. + u64 ownerId; ///< Title id of the owner of this save data. 0 for SystemSaveData. u32 flags; ///< Save data flags. u8 SaveDataSpaceId; ///< See \ref FsSaveDataSpaceId. u8 unk; ///< 0 for SystemSaveData.