From: jsg Date: Mon, 17 Jan 2022 04:12:15 +0000 (+0000) Subject: filessystems -> filesystems X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=342eb06c0cdd5d3265bdf922e72a5c429cf3db0f;p=openbsd filessystems -> filesystems --- diff --git a/etc/rc b/etc/rc index 26c10aa191f..480e55f07c4 100644 --- a/etc/rc +++ b/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.555 2021/11/11 09:38:14 claudio Exp $ +# $OpenBSD: rc,v 1.556 2022/01/17 04:12:15 jsg Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the @@ -185,7 +185,7 @@ reorder_libs() { echo -n 'reordering libraries:' - # Remount the (read-only) filessystems in _ro_list as read-write. + # Remount the (read-only) filesystems in _ro_list as read-write. for _mp in $_ro_list; do if ! mount -u -w $_mp; then echo ' failed.'