• Steven Cole's avatar
    [PATCH] replace its with it's where appropriate. · 09c49f76
    Steven Cole authored
    This patch replaces its (possessive of it) with it's (it is)
    in the following cases where "it is" is meant.
    
    its a   -> it's a
    its an  -> it's an
    its not -> it's not
    
    except for the files
       arch/cris/boot/rescue/head.S
       arch/cris/kernel/kgdb.c
    where the substitution is "its not" -> "it is not"
    to avoid possible problems with single quotes in assembly comments.
    09c49f76
idi.c 19.4 KB