summaryrefslogtreecommitdiffstats
path: root/usr.bin/dtc
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-03-15 00:58:08 +0000
committerimp <imp@FreeBSD.org>2014-03-15 00:58:08 +0000
commit7ec179068e02721951dd7c5e708591a44cc89257 (patch)
tree84cc220a1820ef7f2cb79de2505859eb1255d9a2 /usr.bin/dtc
parentf411704afce2789110d0098adc96ba9ddbce1291 (diff)
downloadFreeBSD-src-7ec179068e02721951dd7c5e708591a44cc89257.zip
FreeBSD-src-7ec179068e02721951dd7c5e708591a44cc89257.tar.gz
Fix cut-and-paste error message.
Diffstat (limited to 'usr.bin/dtc')
-rw-r--r--usr.bin/dtc/fdt.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/dtc/fdt.cc b/usr.bin/dtc/fdt.cc
index 988a339..9998e8c 100644
--- a/usr.bin/dtc/fdt.cc
+++ b/usr.bin/dtc/fdt.cc
@@ -1379,7 +1379,7 @@ device_tree::parse_dts(const char *fn, FILE *depfile)
(input.next_token(),
input.consume_integer(len))))
{
- input.parse_error("Expected /dts-v1/; version string");
+ input.parse_error("Expected size on /memreserve/ node.");
}
input.next_token();
input.consume(';');
OpenPOWER on IntegriCloud