We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cac812 commit 284a418Copy full SHA for 284a418
1 file changed
Sources/TSCBasic/FileSystem.swift
@@ -608,7 +608,7 @@ public class InMemoryFileSystem: FileSystem {
608
}
609
610
611
- /// The root node of the filesytem.
+ /// The root node of the filesystem.
612
private var root: Node
613
614
/// Protects `root` and everything underneath it.
@@ -622,7 +622,7 @@ public class InMemoryFileSystem: FileSystem {
622
private let lockFilesLock = NSLock()
623
624
/// Exclusive file system lock vended to clients through `withLock()`.
625
- // Used to ensure that DispatchQueues are releassed when they are no longer in use.
+ /// Used to ensure that DispatchQueues are released when they are no longer in use.
626
private struct WeakReference<Value: AnyObject> {
627
weak var reference: Value?
628
0 commit comments