Fix typos in: cmake, tools, utils, unittests, validation-test

Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org>
This commit is contained in:
Alexander Cyon
2024-07-12 01:34:00 +02:00
committed by GitHub
parent 39a9d23ff7
commit 4a2942bb4e
32 changed files with 60 additions and 60 deletions

View File

@@ -208,7 +208,7 @@ namespace {
/// A simple FileSystemProvider that creates an InMemoryFileSystem for a given
/// dictionary of file contents and overlays that on top of the real filesystem.
class InMemoryFileSystemProvider: public SourceKit::FileSystemProvider {
/// Provides the real filesystem, overlayed with an InMemoryFileSystem that
/// Provides the real filesystem, overlaid with an InMemoryFileSystem that
/// contains specified files at specified locations.
llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>
getFileSystem(OptionsDictionary &options, std::string &error) override {