Fix common misspellings
[deliverable/linux.git] / arch / mips / kernel / process.c
index ae167df73dddf2df41a2158050c164cb4fb346d4..d2112d3cf115b85cce3bc1643e61d560673bb338 100644 (file)
@@ -410,7 +410,7 @@ unsigned long unwind_stack(struct task_struct *task, unsigned long *sp,
        if (!kallsyms_lookup_size_offset(pc, &size, &ofs))
                return 0;
        /*
-        * Return ra if an exception occured at the first instruction
+        * Return ra if an exception occurred at the first instruction
         */
        if (unlikely(ofs == 0)) {
                pc = *ra;
This page took 0.025434 seconds and 5 git commands to generate.