diff -r ef2a444a7410 -r b3a1d9898418 kernel/eka/drivers/hcr/hcr_hai.h --- a/kernel/eka/drivers/hcr/hcr_hai.h Mon May 03 13:47:38 2010 +0300 +++ b/kernel/eka/drivers/hcr/hcr_hai.h Fri May 14 17:13:29 2010 +0300 @@ -100,7 +100,7 @@ /** This method returns the address of the override repository that provides override values for the variant. Typically this repository - is held in NAND flash and shadowed in RAM by the OS loader. It is + is held in local media and shadowed in RAM by the OS loader. It is a read-only settings repository. This repository is optional and may be absent in which case 0 should be returned in aAddr. @@ -154,7 +154,7 @@ }; /** Union type used to hold either the literal value or an offset from the - start if the setting repository to the setting value. Used in file and RAM + start of the setting repository to the setting value. Used in file and RAM mapped settings. */ union USettingValueF @@ -204,7 +204,7 @@ USettingValueC iValue; }; - /** This structure holds a setting define in a file or memory within a file + /** This structure holds a setting defined in a file or memory within a file based repository. @see SRepositoryFile */ @@ -266,7 +266,7 @@ /** This class is the root object for a file or memory based settings repository. It assumes the repository has a flat contiguous layout and - employees offsets to data rather then C++ pointers as in compiled + employes offsets to data rather then C++ pointers as in compiled setting repositories. All offsets are relative to the address of &iHdr member. The last two members are expected to be present in the file/memory as shown @@ -369,7 +369,7 @@ /** Global macro used as last entry in a PSL compiled repository static data. The main use of this is to avoid the "last entry needs no following comma" issue -and to aid HCR initial thead testing. +and to aid HCR initial thread testing. The Setting (0xffffffff, 0xffffffff) was choosen as it should never appear in a real variant as this category UID can not be allocated offically. Testers should also be aware of the special use of this setting so as not to use it in