Correcting enum values mentioned in comments.

Patch by Ashok Thirumurthi.

llvm-svn: 165827
This commit is contained in:
Andrew Kaylor 2012-10-12 21:47:49 +00:00
parent 2d0881b577
commit 0fad4fff01
1 changed files with 2 additions and 2 deletions

View File

@ -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.