diff options
author | Lucas De Marchi <lucas.de.marchi@gmail.com> | 2010-09-07 12:49:45 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-09-28 21:38:19 -0400 |
commit | 58f87ed0d45141a90167f34c0959d607160a26df (patch) | |
tree | c9c279958afd9c05d466a2f05b59d4e74d9423af /include | |
parent | e9f74c489c9d4209946c04f29e7a724cb5537206 (diff) | |
download | linux-3.10-58f87ed0d45141a90167f34c0959d607160a26df.tar.gz linux-3.10-58f87ed0d45141a90167f34c0959d607160a26df.tar.bz2 linux-3.10-58f87ed0d45141a90167f34c0959d607160a26df.zip |
ACPI: Fix typos
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include')
-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 c0786d446a0..984cdc62e30 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; |