Correct sentence.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2018-11-15 14:05:43 -08:00
parent 8da0a38fd7
commit f9481e7c7c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}