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 {
608608 }
609609 }
610610
611- /// The root node of the filesytem .
611+ /// The root node of the filesystem .
612612 private var root : Node
613613
614614 /// Protects `root` and everything underneath it.
@@ -622,7 +622,7 @@ public class InMemoryFileSystem: FileSystem {
622622 private let lockFilesLock = NSLock ( )
623623
624624 /// 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.
626626 private struct WeakReference < Value: AnyObject > {
627627 weak var reference : Value ?
628628
You can’t perform that action at this time.
0 commit comments