diff options
author | Volodymyr Sapsai <vsapsai@apple.com> | 2018-08-08 01:28:37 +0000 |
---|---|---|
committer | Volodymyr Sapsai <vsapsai@apple.com> | 2018-08-08 01:28:37 +0000 |
commit | c1bf7aad49bc54fa962087f585b712a9017ad926 (patch) | |
tree | 647b58cd30d3f422db056cc882c42e603a79e664 /clang/lib/Basic/VirtualFileSystem.cpp | |
parent | 58e9f8a2fc0b576f915cb64a792ea6d37700421b (diff) | |
download | bcm5719-llvm-c1bf7aad49bc54fa962087f585b712a9017ad926.tar.gz bcm5719-llvm-c1bf7aad49bc54fa962087f585b712a9017ad926.zip |
[NFC][VFS] Fix typos in comments.
llvm-svn: 339215
Diffstat (limited to 'clang/lib/Basic/VirtualFileSystem.cpp')
-rw-r--r-- | clang/lib/Basic/VirtualFileSystem.cpp | 4 |
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; |