From: Volodymyr Sapsai Date: Wed, 8 Aug 2018 01:28:37 +0000 (+0000) Subject: [NFC][VFS] Fix typos in comments. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aca039f3e62afa731c9ee2a6297bed3493a9b2be;p=clang [NFC][VFS] Fix typos in comments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339215 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Basic/VirtualFileSystem.cpp b/lib/Basic/VirtualFileSystem.cpp index c0dc619129..1af4a11302 100644 --- a/lib/Basic/VirtualFileSystem.cpp +++ b/lib/Basic/VirtualFileSystem.cpp @@ -990,7 +990,7 @@ public: /// 'type': 'file', /// 'name': , /// 'use-external-name': # Optional -/// 'external-contents': ) +/// 'external-contents': /// } /// \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;