mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix typos in: cmake, tools, utils, unittests, validation-test
Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user