diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-01-11 21:25:05 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-01-11 21:25:05 +0100 |
commit | dfda1cc878fac93d1391460354c4936806b7dc50 (patch) | |
tree | 786929b788d7421c35fb24c6509faf976996362b | |
parent | 0b12020f10a0ccf4543fc087dd2e9e0b2e8d56f8 (diff) |
bootrc: fix comment typo (thanks Robert Ransom)
-rwxr-xr-x | sys/src/9/boot/bootrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/boot/bootrc b/sys/src/9/boot/bootrc index e7356dd5b..9e9099204 100755 --- a/sys/src/9/boot/bootrc +++ b/sys/src/9/boot/bootrc @@ -17,7 +17,7 @@ for(i in ¶ P S f æ t b m) for(i in I l^(0 1 2 3)) bind -qa '#'$i /net -# usualy better than 1970 +# usually better than 1970 cat '#r/rtc' >/dev/time >[2]/dev/null # reparse variables |