Skip to content

Commit a448756

Browse files
committed
renaming a missed line
1 parent 53b76e7 commit a448756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/output.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ void general(bool high_threshold, bool all, bool dynamic) {
580580
checker(VM::HYPERVISOR_HOOK, "EPT/NPT hooking");
581581
checker(VM::SINGLE_STEP, "single step behavior");
582582
checker(VM::EIP_OVERFLOW, "instructions in compat mode");
583-
checker(VM::SVM_EXCEPTIONS, "SVM instruction exceptions");
583+
checker(VM::SVM_EXCEPTIONS, "SVM exceptions");
584584
checker(VM::CGROUP, "cgroup namespace");
585585
checker(VM::TIMER, "timing anomalies");
586586

0 commit comments

Comments
 (0)