summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/VirtualFileSystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Basic/VirtualFileSystem.cpp')
-rw-r--r--clang/lib/Basic/VirtualFileSystem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Basic/VirtualFileSystem.cpp b/clang/lib/Basic/VirtualFileSystem.cpp
index c0dc619129b..1af4a113029 100644
--- a/clang/lib/Basic/VirtualFileSystem.cpp
+++ b/clang/lib/Basic/VirtualFileSystem.cpp
@@ -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;
OpenPOWER on IntegriCloud