Skip to content

Commit

Permalink
Fix cut-and-paste error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdimp committed Mar 15, 2014
1 parent f411704 commit 7ec1790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr.bin/dtc/fdt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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(';');
Expand Down

0 comments on commit 7ec1790

Please sign in to comment.