diff options
author | johan <johan@FreeBSD.org> | 2004-02-07 23:13:28 +0000 |
---|---|---|
committer | johan <johan@FreeBSD.org> | 2004-02-07 23:13:28 +0000 |
commit | 0a1ce2dc9837bb14ad4d89b18b723f67bb7f6dcc (patch) | |
tree | 4717bf08b39d3b1a30e97e4c3cc4256aa897ea28 /etc | |
parent | bcf2cf333e070a5c7b40467477a7d46505dfbef3 (diff) | |
download | FreeBSD-src-0a1ce2dc9837bb14ad4d89b18b723f67bb7f6dcc.zip FreeBSD-src-0a1ce2dc9837bb14ad4d89b18b723f67bb7f6dcc.tar.gz |
Fix typo in comment, s/reebots/reboots/
PR: 62481
Submitted by: Ulrich Spoerlein <q at uni.de>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.d/random | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/random b/etc/rc.d/random index 99de54b..22aeef4 100644 --- a/etc/rc.d/random +++ b/etc/rc.d/random @@ -52,7 +52,7 @@ random_start() random_stop() { - # Write some entropy so when the machine reebots /dev/random + # Write some entropy so when the machine reboots /dev/random # can be reseeded # case ${entropy_file} in |