diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-11-29 08:31:00 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-12-02 17:57:31 +0400 |
commit | 42b2aa86c6670347a2a07e6d7af0e0ecc8fdbff9 (patch) | |
tree | 6f8fb2a1efb3e84bf281658befe06dc6a7fb026b /drivers/scsi/aic7xxx | |
parent | a13b032776379fa6e2bfccf798969ca51e5fb052 (diff) | |
download | linux-42b2aa86c6670347a2a07e6d7af0e0ecc8fdbff9.tar.xz |
treewide: Fix typos in various parts of the kernel, and fix some comments.
The below patch fixes some typos in various parts of the kernel, as well as fixes some comments.
Please let me know if I missed anything, and I will try to get it changed and resent.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/aic7xxx')
-rw-r--r-- | drivers/scsi/aic7xxx/aicasm/aicasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aicasm/aicasm.c b/drivers/scsi/aic7xxx/aicasm/aicasm.c index e4a778720301..2e3117aa382f 100644 --- a/drivers/scsi/aic7xxx/aicasm/aicasm.c +++ b/drivers/scsi/aic7xxx/aicasm/aicasm.c @@ -1,5 +1,5 @@ /* - * Aic7xxx SCSI host adapter firmware asssembler + * Aic7xxx SCSI host adapter firmware assembler * * Copyright (c) 1997, 1998, 2000, 2001 Justin T. Gibbs. * Copyright (c) 2001, 2002 Adaptec Inc. |