Fix cut-and-paste error message.

This commit is contained in:
Warner Losh 2014-03-15 00:58:08 +00:00
parent 7527624efa
commit dbb83b6af0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=263199

View File

@ -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(';');