[Support] NFC: Fix docstring in FileSystem.h.

llvm-svn: 340063
This commit is contained in:
Reka Kovacs 2018-08-17 18:05:38 +00:00
parent 2f48122cc9
commit 5bce7f8b8f
1 changed files with 1 additions and 1 deletions

View File

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