mirror of https://github.com/openXC7/prjxray.git
Correct sentence.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
8da0a38fd7
commit
f9481e7c7c
|
|
@ -62,7 +62,7 @@ int patch_frames(
|
|||
if (iter == frames->end()) {
|
||||
std::cerr
|
||||
<< "frame address 0x" << std::hex << frame_address
|
||||
<< " because it was not found frames." << std::endl;
|
||||
<< " because it was not found in frames." << std::endl;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue