diff options
| author | Reka Kovacs <rekanikolett@gmail.com> | 2018-08-17 18:05:38 +0000 |
|---|---|---|
| committer | Reka Kovacs <rekanikolett@gmail.com> | 2018-08-17 18:05:38 +0000 |
| commit | 5bce7f8b8f0d1ecab5c567590df74b1aeaf39d8e (patch) | |
| tree | 22ea728dd5534276718ee749a6033711d4cf6b5c | |
| parent | 2f48122cc96b8e24d60e8090f2bad2cd58449be1 (diff) | |
| download | bcm5719-llvm-5bce7f8b8f0d1ecab5c567590df74b1aeaf39d8e.tar.gz bcm5719-llvm-5bce7f8b8f0d1ecab5c567590df74b1aeaf39d8e.zip | |
[Support] NFC: Fix docstring in FileSystem.h.
llvm-svn: 340063
| -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, |

