[NFC][VFS] Fix typos in comments.
authorVolodymyr Sapsai <vsapsai@apple.com>
Wed, 8 Aug 2018 01:28:37 +0000 (01:28 +0000)
committerVolodymyr Sapsai <vsapsai@apple.com>
Wed, 8 Aug 2018 01:28:37 +0000 (01:28 +0000)
llvm-svn: 339215

clang/lib/Basic/VirtualFileSystem.cpp

index c0dc619129bcae20ead65de4557965c3c599daa9..1af4a113029f2559cf3bec72655946b1bbb517ea 100644 (file)
@@ -990,7 +990,7 @@ public:
 ///   'type': 'file',
 ///   'name': <string>,
 ///   'use-external-name': <boolean> # Optional
-///   'external-contents': <path to external file>)
+///   'external-contents': <path to external file>
 /// }
 /// \endverbatim
 ///
@@ -1021,7 +1021,7 @@ class RedirectingFileSystem : public vfs::FileSystem {
   /// Currently, case-insensitive matching only works correctly with ASCII.
   bool CaseSensitive = true;
 
-  /// IsRelativeOverlay marks whether a IsExternalContentsPrefixDir path must
+  /// IsRelativeOverlay marks whether a ExternalContentsPrefixDir path must
   /// be prefixed in every 'external-contents' when reading from YAML files.
   bool IsRelativeOverlay = false;