aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2004-10-05 21:24:20 +0000
committerNate Lawson <njl@FreeBSD.org>2004-10-05 21:24:20 +0000
commitb64e1b67327e63ddfb1b37de366519305af41607 (patch)
tree5005150b9ed8a43cdc749da2a231c8dfb6bd6ed1 /usr.sbin
parentd39063f20decd0515cae513b241c19a901177d4d (diff)
downloadsrc-b64e1b67327e63ddfb1b37de366519305af41607.tar.gz
src-b64e1b67327e63ddfb1b37de366519305af41607.zip
Update a comment that was outdated.
Notes
Notes: svn path=/head/; revision=136168
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/acpi/acpidump/acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/acpi/acpidump/acpi.c b/usr.sbin/acpi/acpidump/acpi.c
index 4eae4548bab8..6b1b2a9155d5 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) {