diff options
| author | Steven Cole <elenstev@mesatop.com> | 2003-02-18 05:15:52 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-18 05:15:52 -0800 |
| commit | db774a23df446f623d6d2d1fc53a4a5483a2d166 (patch) | |
| tree | 115416c18d398a4f196fc3b4063780f857c89a76 /drivers/char/ppdev.c | |
| parent | c06d780c586f938fac2e47b9f955a7366e9c7302 (diff) | |
[PATCH] spelling fix for compatable -> compatible
This patch provides the following spelling fixes.
compatable -> compatible
compatability -> compatibility
Diffstat (limited to 'drivers/char/ppdev.c')
| -rw-r--r-- | drivers/char/ppdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/ppdev.c b/drivers/char/ppdev.c index 77a61ba37300..ffaa9473389b 100644 --- a/drivers/char/ppdev.c +++ b/drivers/char/ppdev.c @@ -676,7 +676,7 @@ static int pp_release (struct inode * inode, struct file * file) (pp->state.mode != IEEE1284_MODE_COMPAT)) { struct ieee1284_info *info; - /* parport released, but not in compatability mode */ + /* parport released, but not in compatibility mode */ parport_claim_or_block (pp->pdev); pp->flags |= PP_CLAIMED; info = &pp->pdev->port->ieee1284; |
