summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1995-07-18 06:11:34 +0000
committergibbs <gibbs@FreeBSD.org>1995-07-18 06:11:34 +0000
commit5105427ac0aae405dfc58fee4fbcb81902fb92d2 (patch)
tree3def0e624278ed513c7e6d92b8a97bf2a4113673 /usr.sbin/config
parentee0afa6a32c52501d5da7a1a227ee663f86cce1c (diff)
downloadFreeBSD-src-5105427ac0aae405dfc58fee4fbcb81902fb92d2.zip
FreeBSD-src-5105427ac0aae405dfc58fee4fbcb81902fb92d2.tar.gz
Add missing quote to yyerror call.
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/config.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/config.y b/usr.sbin/config/config.y
index cc21222..c161952 100644
--- a/usr.sbin/config/config.y
+++ b/usr.sbin/config/config.y
@@ -579,7 +579,7 @@ Info:
cur.d_slave = $2;
else
yyerror("can't specify a bus to something "
- other than a controller");
+ "other than a controller");
} |
TARGET NUMBER
= { cur.d_target = $2; } |
OpenPOWER on IntegriCloud