]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/blackfin/kernel/traps.c
Fix common misspellings
[mirror_ubuntu-zesty-kernel.git] / arch / blackfin / kernel / traps.c
index 59c1df75e4de9519d61070142b62f3b1eb90ef5a..655f25d139a74ee93e409477789f848f0f5062e3 100644 (file)
@@ -98,7 +98,7 @@ asmlinkage notrace void trap_c(struct pt_regs *fp)
        /* send the appropriate signal to the user program */
        switch (trapnr) {
 
-       /* This table works in conjuction with the one in ./mach-common/entry.S
+       /* This table works in conjunction with the one in ./mach-common/entry.S
         * Some exceptions are handled there (in assembly, in exception space)
         * Some are handled here, (in C, in interrupt space)
         * Some, like CPLB, are handled in both, where the normal path is