aboutsummaryrefslogtreecommitdiff
path: root/sbin/shutdown
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>1998-01-08 02:23:59 +0000
committerAlexander Langer <alex@FreeBSD.org>1998-01-08 02:23:59 +0000
commit7417978572e152dbdf19ccea9842bde1551f028e (patch)
treea76e9d05956bb9cc83cc25b63ada811ae0fcab3d /sbin/shutdown
parent2dc3422762f3479262e813d86df2f5ce3cb0910e (diff)
downloadsrc-7417978572e152dbdf19ccea9842bde1551f028e.tar.gz
src-7417978572e152dbdf19ccea9842bde1551f028e.zip
Correct a comment from my last commit.
Notes
Notes: svn path=/head/; revision=32329
Diffstat (limited to 'sbin/shutdown')
-rw-r--r--sbin/shutdown/shutdown.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c
index 8c3b01e1e925..956302c1c8dc 100644
--- a/sbin/shutdown/shutdown.c
+++ b/sbin/shutdown/shutdown.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: shutdown.c,v 1.8 1997/08/23 14:10:34 joerg Exp $
+ * $Id: shutdown.c,v 1.9 1998/01/08 02:21:30 alex Exp $
*/
#ifndef lint
@@ -391,7 +391,7 @@ getoffset(timearg)
*/
if (lt->tm_year < (this_year % 100) - 1)
lt->tm_year += 100;
- /* adjust for centuries beyond 2000 */
+ /* adjust for the year 2000 and beyond */
lt->tm_year += (this_year - (this_year % 100));
/* FALLTHROUGH */
case 8: