···10821082 } 1083108310841084 /*10851085- * A system event or error has occured, handle it here.10851085+ * A system event or error has occurred, handle it here.10861086 *10871087 * Any errors in the logout frame have already been cleared by the10881088 * PALcode, so just parse it.
+1-1
arch/alpha/kernel/err_titan.c
···591591 (struct el_PRIVATEER_envdata_mcheck *)592592 ((unsigned long)mchk_header + mchk_header->sys_offset);593593594594- /* TODO - catagorize errors, for now, no error */594594+ /* TODO - categorize errors, for now, no error */595595596596 if (!print)597597 return status;
+1-1
arch/alpha/kernel/osf_sys.c
···715715 /* 716716 * Alpha Architecture Handbook 4.7.7.3:717717 * To be fully IEEE compiant, we must track the current IEEE718718- * exception state in software, because spurrious bits can be718718+ * exception state in software, because spurious bits can be719719 * set in the trap shadow of a software-complete insn.720720 */721721
-1
arch/alpha/kernel/smp.c
···439439 ((char *)cpubase + i*hwrpb->processor_size);440440 if ((cpu->flags & 0x1cc) == 0x1cc) {441441 smp_num_probed++;442442- /* Assume here that "whami" == index */443442 cpu_set(i, cpu_present_map);444443 cpu->pal_revision = boot_cpu_palrev;445444 }
+1-1
arch/alpha/kernel/sys_alcor.c
···138138139139 for (i = 16; i < 48; ++i) {140140 /* On Alcor, at least, lines 20..30 are not connected141141- and can generate spurrious interrupts if we turn them141141+ and can generate spurious interrupts if we turn them142142 on while IRQ probing. */143143 if (i >= 16+20 && i <= 16+30)144144 continue;
+1-1
arch/alpha/kernel/sys_sio.c
···7878 * example, sound boards seem to like using IRQ 9.7979 *8080 * This is NOT how we should do it. PIRQ0-X should have8181- * their own IRQ's, the way intel uses the IO-APIC irq's.8181+ * their own IRQs, the way intel uses the IO-APIC IRQs.8282 */83838484static void __init
+1-1
arch/alpha/lib/checksum.c
···55 * in an architecture-specific manner due to speed..66 * Comments in other versions indicate that the algorithms are from RFC107177 *88- * accellerated versions (and 21264 assembly versions ) contributed by88+ * accelerated versions (and 21264 assembly versions ) contributed by99 * Rick Gorton <rick.gorton@alpha-processor.com>1010 */1111
+1-1
arch/alpha/lib/csum_partial_copy.c
···22 * csum_partial_copy - do IP checksumming and copy33 *44 * (C) Copyright 1996 Linus Torvalds55- * accellerated versions (and 21264 assembly versions ) contributed by55+ * accelerated versions (and 21264 assembly versions ) contributed by66 * Rick Gorton <rick.gorton@alpha-processor.com>77 *88 * Don't look at this too closely - you'll go mad. The things
+1-1
arch/alpha/mm/init.c
···235235 unsigned long pfn = crb->map[i].pa >> PAGE_SHIFT;236236 crb->map[i].va = vaddr;237237 for (j = 0; j < crb->map[i].count; ++j) {238238- /* Newer console's (especially on larger238238+ /* Newer consoles (especially on larger239239 systems) may require more pages of240240 PTEs. Grab additional pages as needed. */241241 if (pmd != pmd_offset(pgd, vaddr)) {
+1-1
arch/alpha/oprofile/op_impl.h
···3838 unsigned long need_reset;3939};40404141-/* Per-architecture configury and hooks. */4141+/* Per-architecture configuration and hooks. */4242struct op_axp_model {4343 void (*reg_setup) (struct op_register_config *,4444 struct op_counter_config *,