Update a comment that was outdated.

This commit is contained in:
Nate Lawson 2004-10-05 21:24:20 +00:00
parent d39063f20d
commit b64e1b6732
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136168

View File

@ -747,7 +747,7 @@ write_dsdt(int fd, struct ACPIsdt *rsdt, struct ACPIsdt *dsdt)
write(fd, &sdt, SIZEOF_SDT_HDR);
write(fd, dsdt->body, dsdt->len - SIZEOF_SDT_HDR);
/* Write out any SSDTs (if present and the user requested this.) */
/* Write out any SSDTs (if present.) */
if (rsdt != NULL) {
ssdt = sdt_from_rsdt(rsdt, "SSDT", NULL);
while (ssdt != NULL) {