Page MenuHomeFreeBSD

fix typo in acpidump
ClosedPublic

Authored by aokblast on Apr 2 2024, 4:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 4:40 AM
Unknown Object (File)
Apr 5 2024, 5:33 PM
Unknown Object (File)
Apr 2 2024, 6:19 PM
Subscribers

Details

Summary

Acpidump use iasl to parse acpi.
In the modified program segment, it use fork and execl to fork a iasl process then execute it. The status is received from "wait" system call.
Thus, In here, there is a typo to "iast". The correct one is "iasl"

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

aokblast retitled this revision from fix typo in acpi to fix typo in acpidump.
This revision is now accepted and ready to land.Apr 2 2024, 5:27 PM
This revision was automatically updated to reflect the committed changes.