diff options
author | Lucas De Marchi <lucas.de.marchi@gmail.com> | 2010-09-07 18:49:45 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-09-29 03:38:19 +0200 |
commit | 58f87ed0d45141a90167f34c0959d607160a26df (patch) | |
tree | c9c279958afd9c05d466a2f05b59d4e74d9423af /include/acpi | |
parent | ACPI video: fix a poor warning message (diff) | |
download | linux-58f87ed0d45141a90167f34c0959d607160a26df.tar.xz linux-58f87ed0d45141a90167f34c0959d607160a26df.zip |
ACPI: Fix typos
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpixf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index c0786d446a00..984cdc62e30b 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h @@ -55,7 +55,7 @@ extern u8 acpi_gbl_permanent_mmap; /* - * Globals that are publically available, allowing for + * Globals that are publicly available, allowing for * run time configuration */ extern u32 acpi_dbg_level; |