Correcting enum values mentioned in comments.
authorAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 12 Oct 2012 21:47:49 +0000 (21:47 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 12 Oct 2012 21:47:49 +0000 (21:47 +0000)
Patch by Ashok Thirumurthi.

llvm-svn: 165827

llvm/include/llvm/Support/Memory.h

index 8227c84..025eee7 100644 (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.