diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 16:51:36 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 16:51:36 +0100 |
commit | e3f141323eea90259248cef4576ddb267b9c2d06 (patch) | |
tree | 00362a1d9a3da20603198963a48b02a36b1c4cc4 /sal | |
parent | fcf3758c92dee4f3e2cd4a9c8a2caee95033c810 (diff) |
Fix typos retreive/retrieve furture/future
Change-Id: I639c2970b2a88ca3d5aa1dcd2ad4ec047b4a369c
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/osl/file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/inc/osl/file.h b/sal/inc/osl/file.h index 873027046fe9..e8277e21ebc3 100644 --- a/sal/inc/osl/file.h +++ b/sal/inc/osl/file.h @@ -361,7 +361,7 @@ typedef enum { #define osl_File_Attribute_OthRead 0x00001000 #define osl_File_Attribute_OthExe 0x00002000 -/* Flags specifying which fields to retreive by osl_getFileStatus */ +/* Flags specifying which fields to retrieve by osl_getFileStatus */ #define osl_FileStatus_Mask_Type 0x00000001 #define osl_FileStatus_Mask_Attributes 0x00000002 @@ -545,7 +545,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_getVolumeDeviceMountPath( #define osl_Volume_Attribute_Case_Is_Preserved 0x00000040L #define osl_Volume_Attribute_Case_Sensitive 0x00000080L -/* Flags specifying which fields to retreive by osl_getVolumeInfo */ +/* Flags specifying which fields to retrieve by osl_getVolumeInfo */ #define osl_VolumeInfo_Mask_Attributes 0x00000001L #define osl_VolumeInfo_Mask_TotalSpace 0x00000002L |