diff options
| -rw-r--r-- | llvm/include/llvm/Support/FileSystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/FileSystem.h b/llvm/include/llvm/Support/FileSystem.h index 66bd18a6e3f..594de7dd421 100644 --- a/llvm/include/llvm/Support/FileSystem.h +++ b/llvm/include/llvm/Support/FileSystem.h @@ -701,7 +701,7 @@ enum CreationDisposition : unsigned { /// * If it does not already exist, create a new file. CD_CreateNew = 1, - /// CD_OpenAlways - When opening a file: + /// CD_OpenExisting - When opening a file: /// * If it already exists, open the file with the offset set to 0. /// * If it does not already exist, fail. CD_OpenExisting = 2, |

