diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2019-07-24 02:37:17 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2019-07-24 02:37:17 +0000 |
| commit | 08b7b942f28013fdcdb70db8f41cad50bafa34fa (patch) | |
| tree | 9f7fd322a829ec11da7f0beabf523b78a18da69d /etc | |
| parent | 71c3a110068ca2b8eabf7b6311d6aa5f9dc76c09 (diff) | |
Fix typo in comment (s/partion/partition/).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/defaults/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 7fba7376730..2dc271bb458 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -1,4 +1,4 @@ -# $NetBSD: rc.conf,v 1.150 2019/05/12 01:45:25 kre Exp $ +# $NetBSD: rc.conf,v 1.151 2019/07/24 02:37:17 msaitoh Exp $ # # /etc/defaults/rc.conf -- # default configuration of /etc/rc.conf @@ -126,7 +126,7 @@ lvm=NO # savecore=YES savecore_flags="-z" savecore_dir="/var/crash" -resize_disklabel=NO # resize partion to fill disk +resize_disklabel=NO # resize partition to fill disk resize_root=NO # resize root to fill partition per_user_tmp=NO # per-user /tmp directories per_user_tmp_dir="/private/tmp" # real storage for /tmp |
