mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 15:26:43 +01:00
Fix cut-and-paste error message.
This commit is contained in:
parent
7527624efa
commit
dbb83b6af0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=263199
@ -1379,7 +1379,7 @@ device_tree::parse_dts(const char *fn, FILE *depfile)
|
|||||||
(input.next_token(),
|
(input.next_token(),
|
||||||
input.consume_integer(len))))
|
input.consume_integer(len))))
|
||||||
{
|
{
|
||||||
input.parse_error("Expected /dts-v1/; version string");
|
input.parse_error("Expected size on /memreserve/ node.");
|
||||||
}
|
}
|
||||||
input.next_token();
|
input.next_token();
|
||||||
input.consume(';');
|
input.consume(';');
|
||||||
|
Loading…
Reference in New Issue
Block a user