Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e9534b3fd7843d1bd5a7a1fe2474a09f72d41ab8
Commit:     e9534b3fd7843d1bd5a7a1fe2474a09f72d41ab8
Parent:     88a9b03775cbd5124c91f350b89c0dfb9d6550eb
Author:     Gabriel Craciunescu <[EMAIL PROTECTED]>
AuthorDate: Sat Oct 20 02:13:26 2007 +0200
Committer:  Adrian Bunk <[EMAIL PROTECTED]>
CommitDate: Sat Oct 20 02:13:26 2007 +0200

    Typo fixes retrun -> return
    
    Typo fixes retrun -> return
    
    Signed-off-by: Gabriel Craciunescu <[EMAIL PROTECTED]>
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
 Documentation/scsi/arcmsr_spec.txt |    2 +-
 mm/migrate.c                       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/scsi/arcmsr_spec.txt 
b/Documentation/scsi/arcmsr_spec.txt
index 5e00423..45d9482 100644
--- a/Documentation/scsi/arcmsr_spec.txt
+++ b/Documentation/scsi/arcmsr_spec.txt
@@ -3,7 +3,7 @@
 *******************************************************************************
 **     Usage of IOP331 adapter
 **     (All In/Out is in IOP331's view)
-**     1. Message 0 --> InitThread message and retrun code
+**     1. Message 0 --> InitThread message and return code
 **     2. Doorbell is used for RS-232 emulation
 **             inDoorBell :    bit0 -- data in ready
 **                     (DRIVER DATA WRITE OK)
diff --git a/mm/migrate.c b/mm/migrate.c
index 4d6ee03..6a207e8 100644
--- a/mm/migrate.c
+++ b/mm/migrate.c
@@ -706,7 +706,7 @@ move_newpage:
  * The function returns after 10 attempts or if no pages
  * are movable anymore because to has become empty
  * or no retryable pages exist anymore. All pages will be
- * retruned to the LRU or freed.
+ * returned to the LRU or freed.
  *
  * Return: Number of pages not migrated or error code.
  */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to