]> git.hungrycats.org Git - linux/commitdiff
[PATCH] alpha typo fix
authorSteven Cole <elenstev@mesatop.com>
Sat, 15 Feb 2003 04:34:40 +0000 (20:34 -0800)
committerJens Axboe <axboe@suse.de>
Sat, 15 Feb 2003 04:34:40 +0000 (20:34 -0800)
arch/alpha/kernel/sys_marvel.c

index 212213effa29ff5f79f7b9e391a118b52500e8b9..224ddf8b9ca21ed32cefb60ace0acdd01b3844a9 100644 (file)
@@ -223,7 +223,7 @@ io7_redirect_one_lsi(struct io7 *io7, unsigned int which, unsigned int where)
         */
        val = io7->csrs->PO7_LSI_CTL[which].csr;
        val &= ~(0x1ffUL << 14);                /* clear the target pid */
-       val |= ((unsigned long)where << 14);    /* set teh new target pid */
+       val |= ((unsigned long)where << 14);    /* set the new target pid */
 
        io7->csrs->PO7_LSI_CTL[which].csr = val;
        mb();
@@ -240,7 +240,7 @@ io7_redirect_one_msi(struct io7 *io7, unsigned int which, unsigned int where)
         */
        val = io7->csrs->PO7_MSI_CTL[which].csr;
        val &= ~(0x1ffUL << 14);                /* clear the target pid */
-       val |= ((unsigned long)where << 14);    /* set teh new target pid */
+       val |= ((unsigned long)where << 14);    /* set the new target pid */
 
        io7->csrs->PO7_MSI_CTL[which].csr = val;
        mb();