summaryrefslogtreecommitdiff
path: root/clang/lib/Basic
diff options
context:
space:
mode:
authorVolodymyr Sapsai <vsapsai@apple.com>2018-08-08 01:28:37 +0000
committerVolodymyr Sapsai <vsapsai@apple.com>2018-08-08 01:28:37 +0000
commitfd52d2340557cec4c06b46c05ceca9a736b7a89b (patch)
tree14f749879efbf77d9d9006a9130ec9dd9bee6f79 /clang/lib/Basic
parentc969a00f4ea4e1b2aeca4f42c32cd658f1ae87b3 (diff)
[NFC][VFS] Fix typos in comments.
Diffstat (limited to 'clang/lib/Basic')
-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;