diff options
author | jkim <jkim@FreeBSD.org> | 2010-11-08 19:52:14 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2010-11-08 19:52:14 +0000 |
commit | 5af3b751ec33348bdfb261e197e82ce499906f31 (patch) | |
tree | 51626b746063106560af51dc1c67ebb68d741025 /sys/dev | |
parent | 68b9094fc9e048f6691f0466df3cbe90742ce848 (diff) | |
download | FreeBSD-src-5af3b751ec33348bdfb261e197e82ce499906f31.zip FreeBSD-src-5af3b751ec33348bdfb261e197e82ce499906f31.tar.gz |
Consistently use padding `_' in the comment.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/acpica/acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index 500a072..c7460ef 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -1693,7 +1693,7 @@ acpi_probe_child(ACPI_HANDLE handle, UINT32 level, void *context, void **status) /* * Since we scan from \, be sure to skip system scope objects. * \_SB_ and \_TZ_ are defined in ACPICA as devices to work around - * BIOS bugs. For example, \_SB_ is to allow \_SB._INI to be run + * BIOS bugs. For example, \_SB_ is to allow \_SB_._INI to be run * during the intialization and \_TZ_ is to support Notify() on it. */ if (strcmp(handle_str, "\\_SB_") == 0 || |