summaryrefslogtreecommitdiff
path: root/include/clang/Basic/VirtualFileSystem.h
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-02-25 04:21:44 +0000
committerAlp Toker <alp@nuanti.com>2014-02-25 04:21:44 +0000
commit0a8b98b4148ad46f3c02cab24c4437ca57b1d5b0 (patch)
tree113b5caf7f0b484f553ac22535b1721ba0ec28a7 /include/clang/Basic/VirtualFileSystem.h
parent57fc288553c0208ab59ac6c48083ee0059f94797 (diff)
downloadclang-0a8b98b4148ad46f3c02cab24c4437ca57b1d5b0.tar.gz
clang-0a8b98b4148ad46f3c02cab24c4437ca57b1d5b0.tar.bz2
clang-0a8b98b4148ad46f3c02cab24c4437ca57b1d5b0.tar.xz
Fix typos
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202108 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/VirtualFileSystem.h')
-rw-r--r--include/clang/Basic/VirtualFileSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/VirtualFileSystem.h b/include/clang/Basic/VirtualFileSystem.h
index b592024fa9..1c98f677c0 100644
--- a/include/clang/Basic/VirtualFileSystem.h
+++ b/include/clang/Basic/VirtualFileSystem.h
@@ -126,7 +126,7 @@ IntrusiveRefCntPtr<FileSystem> getRealFileSystem();
/// \brief A file system that allows overlaying one \p AbstractFileSystem on top
/// of another.
///
-/// Consists of a stack of >=1 \p FileSytem objects, which are treated as being
+/// Consists of a stack of >=1 \p FileSystem objects, which are treated as being
/// one merged file system. When there is a directory that exists in more than
/// one file system, the \p OverlayFileSystem contains a directory containing
/// the union of their contents. The attributes (permissions, etc.) of the