Skip to content

Commit 284a418

Browse files
authored
TSCBasic/FileSystem: fix typos in comments (#374)
1 parent 4cac812 commit 284a418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/TSCBasic/FileSystem.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)