diff options
| author | Steven Cole <elenstev@mesatop.com> | 2003-02-06 16:11:08 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-06 16:11:08 -0800 |
| commit | da11be46accaae5bbe089161b00e43a67097308d (patch) | |
| tree | 887acd8441ac04f4eb4b321858ec64b01dacf176 /include/linux/apm_bios.h | |
| parent | db2ee2055d4d52891d531b7678e43e041c48e489 (diff) | |
[PATCH] Spelling fixes for consistent, dependent, persistent
This fixes the following common misspellings and their variants.
consistant -> consistent
dependant -> dependent
persistant -> persistent
Diffstat (limited to 'include/linux/apm_bios.h')
| -rw-r--r-- | include/linux/apm_bios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/apm_bios.h b/include/linux/apm_bios.h index ceffd587b7a8..b3b981af768d 100644 --- a/include/linux/apm_bios.h +++ b/include/linux/apm_bios.h @@ -45,7 +45,7 @@ struct apm_bios_info { #define APM_BIOS_DISENGAGED 0x0010 /* - * Data for APM that is persistant across module unload/load + * Data for APM that is persistent across module unload/load */ struct apm_info { struct apm_bios_info bios; |
