diff options
author | njl <njl@FreeBSD.org> | 2004-10-05 21:24:20 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2004-10-05 21:24:20 +0000 |
commit | 122c37153550c5ad8ecdde6e67b366a5fcee1539 (patch) | |
tree | 5005150b9ed8a43cdc749da2a231c8dfb6bd6ed1 /usr.sbin/acpi | |
parent | 7b170fd9fa203dd45f0e476e3c479181f9ceb2f7 (diff) | |
download | FreeBSD-src-122c37153550c5ad8ecdde6e67b366a5fcee1539.zip FreeBSD-src-122c37153550c5ad8ecdde6e67b366a5fcee1539.tar.gz |
Update a comment that was outdated.
Diffstat (limited to 'usr.sbin/acpi')
-rw-r--r-- | usr.sbin/acpi/acpidump/acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/acpi/acpidump/acpi.c b/usr.sbin/acpi/acpidump/acpi.c index 4eae454..6b1b2a9 100644 --- a/usr.sbin/acpi/acpidump/acpi.c +++ b/usr.sbin/acpi/acpidump/acpi.c @@ -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) { |