]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
arch/um: Spelling fixes
authorJoe Perches <joe@perches.com>
Sun, 3 Feb 2008 15:05:25 +0000 (17:05 +0200)
committerAdrian Bunk <bunk@kernel.org>
Sun, 3 Feb 2008 15:05:25 +0000 (17:05 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
arch/um/sys-x86_64/signal.c

index 7457436b433a915c6b41d783417d2a0b40cbd171..14070181407ba58c380ffd3c4ebeff40fd2796c9 100644 (file)
@@ -112,7 +112,7 @@ static int copy_sc_to_user(struct sigcontext __user *to,
        err |= PUTREG(regs, RSI, to, si);
        err |= PUTREG(regs, RBP, to, bp);
        /*
-        * Must use orignal RSP, which is passed in, rather than what's in
+        * Must use original RSP, which is passed in, rather than what's in
         * the pt_regs, because that's already been updated to point at the
         * signal frame.
         */