Fix a comment typo.

Index: rc
===================================================================
RCS file: /cvs/src/etc/rc,v
retrieving revision 1.447
diff -u -p -r1.447 rc
--- rc  22 Jan 2015 19:00:24 -0000      1.447
+++ rc  10 Mar 2015 22:56:17 -0000
@@ -501,7 +501,7 @@ start_daemon ftpproxy tftpd tftpproxy id
 start_daemon rbootd mopd spamd spamlogd sndiod
 echo '.'
 
-# If rc.firstime exists, run it just once, and make sure it is deleted
+# If rc.firsttime exists, run it just once, and make sure it is deleted
 if [ -f /etc/rc.firsttime ]; then
        mv /etc/rc.firsttime /etc/rc.firsttime.run
        . /etc/rc.firsttime.run 2>&1 | tee /dev/tty |

Reply via email to