[Support] NFC: Fix docstring in FileSystem.h.
authorReka Kovacs <rekanikolett@gmail.com>
Fri, 17 Aug 2018 18:05:38 +0000 (18:05 +0000)
committerReka Kovacs <rekanikolett@gmail.com>
Fri, 17 Aug 2018 18:05:38 +0000 (18:05 +0000)
llvm-svn: 340063

llvm/include/llvm/Support/FileSystem.h

index 66bd18a..594de7d 100644 (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,