diff options
author | dteske <dteske@FreeBSD.org> | 2015-03-31 21:34:42 +0000 |
---|---|---|
committer | dteske <dteske@FreeBSD.org> | 2015-03-31 21:34:42 +0000 |
commit | 9c696b424e8629cb58627a847f3a1c54e6eee2a0 (patch) | |
tree | 464c9750827f336fb1393c7e61a01ef823ff17b0 /usr.sbin/bsdconfig | |
parent | 1a2e63b4e8737bf7a3a601a1a0c65282ce82bb94 (diff) | |
download | FreeBSD-src-9c696b424e8629cb58627a847f3a1c54e6eee2a0.zip FreeBSD-src-9c696b424e8629cb58627a847f3a1c54e6eee2a0.tar.gz |
Fix typo in a comment.
MFC after: 3 days
X-MFC-to: stable/10 stable/9
Diffstat (limited to 'usr.sbin/bsdconfig')
-rw-r--r-- | usr.sbin/bsdconfig/share/geom.subr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/share/geom.subr b/usr.sbin/bsdconfig/share/geom.subr index 19ed784..912a5c7 100644 --- a/usr.sbin/bsdconfig/share/geom.subr +++ b/usr.sbin/bsdconfig/share/geom.subr @@ -409,7 +409,7 @@ f_geom_parent() ############################################################ MAIN # -# Parse GEOM configuration unless requeted otherwise +# Parse GEOM configuration unless requested otherwise # f_dprintf "%s: GEOM_SELF_SCAN_ALL=[%s]" geom.subr "$GEOM_SELF_SCAN_ALL" case "$GEOM_SELF_SCAN_ALL" in |