Skip to content

Commit 813eeba

Browse files
committed
fix typo
1 parent dabb69a commit 813eeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/RevCPU.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class RevCPU : public SST::Component {
116116
{"trcStartCycle", "Starting tracer cycle (disables trcOp)", "0"},
117117
{"splash", "Display the splash logo", "0"},
118118
{"independentCoprocClock", "Enables each coprocessor to register its own clock handler", "0"},
119-
{ "randomizeCosts", "Randomizes the cost of each instructionz", "0" },
119+
{ "randomizeCosts", "Randomizes the cost of each instruction", "0" },
120120
)
121121

122122
// -------------------------------------------------------

0 commit comments

Comments
 (0)