File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -608,7 +608,7 @@ public class InMemoryFileSystem: FileSystem {
608
608
}
609
609
}
610
610
611
- /// The root node of the filesytem .
611
+ /// The root node of the filesystem .
612
612
private var root : Node
613
613
614
614
/// Protects `root` and everything underneath it.
@@ -622,7 +622,7 @@ public class InMemoryFileSystem: FileSystem {
622
622
private let lockFilesLock = NSLock ( )
623
623
624
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.
625
+ /// Used to ensure that DispatchQueues are released when they are no longer in use.
626
626
private struct WeakReference < Value: AnyObject > {
627
627
weak var reference : Value ?
628
628
You can’t perform that action at this time.
0 commit comments