summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
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