aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/nanobsd/defaults.sh
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-05-01 16:20:14 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-05-01 16:20:14 +0000
commitbd0ca2385a6fea856f984c4ae242733f5f56b712 (patch)
treedc794416c484711fbd7308e9ac315c0956f1a029 /tools/tools/nanobsd/defaults.sh
parent4e983223473a9e67a00d5da41a6fa0f1fc99463f (diff)
downloadsrc-bd0ca2385a6fea856f984c4ae242733f5f56b712.tar.gz
src-bd0ca2385a6fea856f984c4ae242733f5f56b712.zip
tools: minor spelling fixes.
Mostly comments but also some user-visible strings. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=298881
Diffstat (limited to 'tools/tools/nanobsd/defaults.sh')
-rwxr-xr-xtools/tools/nanobsd/defaults.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/nanobsd/defaults.sh b/tools/tools/nanobsd/defaults.sh
index 19cf887c983e..a69ad8ba9b74 100755
--- a/tools/tools/nanobsd/defaults.sh
+++ b/tools/tools/nanobsd/defaults.sh
@@ -97,7 +97,7 @@ NANO_CUSTOMIZE=""
# Late customize commands.
NANO_LATE_CUSTOMIZE=""
-# Newfs paramters to use
+# Newfs parameters to use
NANO_NEWFS="-b 4096 -f 512 -i 8192 -U"
# The drive name of the media at runtime
@@ -348,7 +348,7 @@ build_kernel ( ) (
# Note: We intentionally build all modules, not only the ones in
# NANO_MODULES so the built world can be reused by multiple images.
- # Although MODULES_OVERRIDE can be defined in the kenrel config
+ # Although MODULES_OVERRIDE can be defined in the kernel config
# file to override this behavior. Just set NANO_MODULES=default.
set -o xtrace
cd "${NANO_SRC}"