Skip to content

Commit 2674b1a

Browse files
lkorencJezurko
andcommitted
util: Fix typo in error message.
Co-authored-by: Robert Konicar <robert.konicar@trailofbits.com>
1 parent ac19fe3 commit 2674b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/vast/Util/LLVMTypeConverter.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ namespace vast::util::tc
8989

9090
maybe_type_t convert_decayed(hl::DecayedType t)
9191
{
92-
VAST_UNREACHABLE("We should encounter decayed this late in the pipeline, {0}", t);
92+
VAST_UNREACHABLE("We shouldn't encounter decayed this late in the pipeline, {0}", t);
9393
return {};
9494
}
9595

0 commit comments

Comments
 (0)