mirror of
https://github.com/apple/container.git
synced 2026-09-26 17:45:41 +00:00
Fix typos in README and LinuxContainer.swift comments (#144)
## Changes ### README.md - Fixed grammatical error: "when a process is ran" → "when a process is run" - Fixed plural form: "for instruction on" → "for instructions on" ### kernel/README.md - Fixed numbering sequence: "4. Run `make`" → "3. Run `make`" in build instructions ### Sources/Containerization/LinuxContainer.swift - Fixed grammatical error in comment: "The container has ran" → "The container has run"
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ This directory includes an optimized kernel configuration to produce a fast and
|
||||
a. This kernel will be used to launch the build container.
|
||||
|
||||
b. To fetch a default kernel run `make fetch-default-kernel` in the root of the repository.
|
||||
4. Run `make` in the `/kernel` directory.
|
||||
3. Run `make` in the `/kernel` directory.
|
||||
|
||||
A `kernel/vmlinux` will be the result of the build.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user