diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2021-08-09 11:45:10 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2021-08-12 12:25:50 +0000 |
commit | b844fc25c844cac3e86a26e81426a357f0f9a42c (patch) | |
tree | 0c7eddc2344c6adb3f1292c0a466e7e5d98a4b56 | |
parent | 3fc8a816d9a34462b473b1db3ccdd073efa91cd0 (diff) |
nanobsd: Correct a typo in a comment
- s/partion/partition/
(cherry picked from commit 8b9f6d62f75a367459997e5bb27d86d0302aedd2)
-rw-r--r-- | tools/tools/nanobsd/embedded/common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/embedded/common b/tools/tools/nanobsd/embedded/common index 7186aa5ba4b5..f3be05ae857a 100644 --- a/tools/tools/nanobsd/embedded/common +++ b/tools/tools/nanobsd/embedded/common @@ -574,7 +574,7 @@ eval std_${NANO_ARCH} # Slice 4: FreeBSD partition (empty) # on first boot, we resize slice 3 & 4 to be 1/2 of what's # left over on the SD card after slice 1 and 2 are taken -# off the top. We also resize the 'a' partion on first boot +# off the top. We also resize the 'a' partition on first boot # to the size of the partition for the ping/pong upgrade. # This feature needs support in the rc.d bootup script. # |