mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Correcting enum values mentioned in comments.
Patch by Ashok Thirumurthi. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165827 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ad5e969ba9
commit
652b28dbca
@ -98,8 +98,8 @@ namespace sys {
|
||||
/// \p ErrMsg [out] returns a string describing any error that occured.
|
||||
///
|
||||
/// If \p Flags is MF_WRITE, the actual behavior varies
|
||||
/// with the operating system (i.e. MF_READWRITE on Windows) and the
|
||||
/// target architecture (i.e. MF_WRITE -> MF_READWRITE on i386).
|
||||
/// with the operating system (i.e. MF_READ | MF_WRITE on Windows) and the
|
||||
/// target architecture (i.e. MF_WRITE -> MF_READ | MF_WRITE on i386).
|
||||
///
|
||||
/// \r error_success if the function was successful, or an error_code
|
||||
/// describing the failure if an error occurred.
|
||||
|
Loading…
x
Reference in New Issue
Block a user