X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FSupport%2FMemory.h;h=025eee7f9f3e65eaeb07930188c42dbf5b9961f2;hb=b09c146b116359616f6cbd4c8b3328607e00ff42;hp=8227c84bffabf3679ec76a23eb388ff82dd58b2d;hpb=bbf628b6cefc8d817eb9ec04c2a357ad3f27d618;p=oota-llvm.git diff --git a/include/llvm/Support/Memory.h b/include/llvm/Support/Memory.h index 8227c84bffa..025eee7f9f3 100644 --- a/include/llvm/Support/Memory.h +++ b/include/llvm/Support/Memory.h @@ -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.