From 089970b6c1134ce8cec78fd592a5674860272f43 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 4 Nov 2010 06:39:20 +0000 Subject: correct comment --- distrib/miniroot/install.sub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 3571bea992a..acb5da3059c 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.625 2010/11/04 04:15:56 deraadt Exp $ +# $OpenBSD: install.sub,v 1.626 2010/11/04 06:39:19 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback @@ -1815,7 +1815,7 @@ apply() >>/mnt/etc/rc.conf.local if [[ $ntpd_server != default ]]; then # Comment out the default 'servers' line, and add a - # 'server' line with the first token in $resp as the + # 'servers' line with the first token in $resp as the # server. set -- $ntpd_server sed -e "s/^servers /#&/;/#server /a\\ -- cgit v1.2.3