]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/blackfin/kernel/traps.c
Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats' and...
[karo-tx-linux.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