Skip to content

Commit dc11078

Browse files
fslongjinIsaacWoods
authored andcommitted
fix comments
1 parent f5f6c96 commit dc11078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acpi/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ where
476476
};
477477
let r = header_mapping.validate(header_mapping.signature);
478478
if r.is_err() {
479-
log::warn!("Found invalid SSDT at physical address {:p}: {:?}", table_phys_ptr, r);
479+
log::warn!("Found invalid SDT at physical address {:p}: {:?}", table_phys_ptr, r);
480480
continue;
481481
}
482482
let result = header_mapping.clone();

0 commit comments

Comments
 (0)