From f9481e7c7c583a466ad7c68a0d48313e3bdb1f34 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Thu, 15 Nov 2018 14:05:43 -0800 Subject: [PATCH] Correct sentence. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- tools/xc7patch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xc7patch.cc b/tools/xc7patch.cc index 222fc6e1..f10d89ac 100644 --- a/tools/xc7patch.cc +++ b/tools/xc7patch.cc @@ -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; }