Skip to content

Commit fc363b3

Browse files
Typo in goto_trace output
1 parent 42c079d commit fc363b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/goto-programs/goto_trace.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ void goto_trace_stept::output(
4747
case goto_trace_stept::typet::DEAD: out << "DEAD"; break;
4848
case goto_trace_stept::typet::OUTPUT: out << "OUTPUT"; break;
4949
case goto_trace_stept::typet::INPUT: out << "INPUT"; break;
50-
case goto_trace_stept::typet::ATOMIC_BEGIN: out << "ATOMC_BEGIN"; break;
50+
case goto_trace_stept::typet::ATOMIC_BEGIN:
51+
out << "ATOMIC_BEGIN";
52+
break;
5153
case goto_trace_stept::typet::ATOMIC_END: out << "ATOMIC_END"; break;
5254
case goto_trace_stept::typet::SHARED_READ: out << "SHARED_READ"; break;
5355
case goto_trace_stept::typet::SHARED_WRITE: out << "SHARED WRITE"; break;

0 commit comments

Comments
 (0)