git: 9front

Download patch

ref: a508b3bc836a71e2b6df6e833c995e5c422cddac
parent: f18c8b933e1519375a0f0cbdde031e2cf590abd7
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Jan 11 16:25:05 EST 2020

bootrc: fix comment typo (thanks Robert Ransom)

--- a/sys/src/9/boot/bootrc
+++ b/sys/src/9/boot/bootrc
@@ -17,7 +17,7 @@
 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
--