Skip to content

Commit

Permalink
Fix typo (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchwr authored Aug 27, 2024
1 parent dfaed66 commit 1f9e94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ install_msr() {
set_msr_result_string() {
install_msr
MK_TME_ENABLED=$(sudo rdmsr 0x982 -f 1:1)
result="MK_TME_ENABLED bit: ${MK_TME_ENABLE} (expected value: 1)"
result="MK_TME_ENABLED bit: ${MK_TME_ENABLED} (expected value: 1)"
SEAM_RR=$(sudo rdmsr 0x1401 -f 11:11)
result="$result\nSEAM_RR bit: $SEAM_RR (expected value: 1)"
NUM_TDX_PRIV_KEYS=$(sudo rdmsr 0x87 -f 63:32)
Expand Down

0 comments on commit 1f9e94d

Please sign in to comment.