Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fslongjin authored and IsaacWoods committed Mar 13, 2024
1 parent f5f6c96 commit dc11078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acpi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ where
};
let r = header_mapping.validate(header_mapping.signature);
if r.is_err() {
log::warn!("Found invalid SSDT at physical address {:p}: {:?}", table_phys_ptr, r);
log::warn!("Found invalid SDT at physical address {:p}: {:?}", table_phys_ptr, r);
continue;
}
let result = header_mapping.clone();
Expand Down

0 comments on commit dc11078

Please sign in to comment.