Commit 5dad1500 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] alpha typos part 2

parent 3e203439
...@@ -486,7 +486,7 @@ setup_arch(char **cmdline_p) ...@@ -486,7 +486,7 @@ setup_arch(char **cmdline_p)
notifier_chain_register(&panic_notifier_list, &alpha_panic_block); notifier_chain_register(&panic_notifier_list, &alpha_panic_block);
#ifdef CONFIG_ALPHA_GENERIC #ifdef CONFIG_ALPHA_GENERIC
/* Assume that we've booted from SRM if we havn't booted from MILO. /* Assume that we've booted from SRM if we haven't booted from MILO.
Detect the later by looking for "MILO" in the system serial nr. */ Detect the later by looking for "MILO" in the system serial nr. */
alpha_using_srm = strncmp((const char *)hwrpb->ssn, "MILO", 4) != 0; alpha_using_srm = strncmp((const char *)hwrpb->ssn, "MILO", 4) != 0;
#endif #endif
...@@ -569,7 +569,7 @@ setup_arch(char **cmdline_p) ...@@ -569,7 +569,7 @@ setup_arch(char **cmdline_p)
#endif #endif
/* /*
* Indentify and reconfigure for the current system. * Identify and reconfigure for the current system.
*/ */
cpu = (struct percpu_struct*)((char*)hwrpb + hwrpb->processor_offset); cpu = (struct percpu_struct*)((char*)hwrpb + hwrpb->processor_offset);
......
...@@ -331,7 +331,7 @@ time_init(void) ...@@ -331,7 +331,7 @@ time_init(void)
/* From John Bowman <bowman@math.ualberta.ca>: allow the values /* From John Bowman <bowman@math.ualberta.ca>: allow the values
to settle, as the Update-In-Progress bit going low isn't good to settle, as the Update-In-Progress bit going low isn't good
enough on some hardware. 2ms is our guess; we havn't found enough on some hardware. 2ms is our guess; we haven't found
bogomips yet, but this is close on a 500Mhz box. */ bogomips yet, but this is close on a 500Mhz box. */
__delay(1000000); __delay(1000000);
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* arch/alpha/lib/strrchr.S * arch/alpha/lib/strrchr.S
* Contributed by Richard Henderson (rth@tamu.edu) * Contributed by Richard Henderson (rth@tamu.edu)
* *
* Return the address of the last occurrance of a given character * Return the address of the last occurrence of a given character
* within a null-terminated string, or null if it is not found. * within a null-terminated string, or null if it is not found.
*/ */
......
...@@ -294,7 +294,7 @@ alpha_fp_emul (unsigned long pc) ...@@ -294,7 +294,7 @@ alpha_fp_emul (unsigned long pc)
* the appropriate signal to the translated program. * the appropriate signal to the translated program.
* *
* In addition, properly track the exception state in software * In addition, properly track the exception state in software
* as described in the Alpha Architectre Handbook section 4.7.7.3. * as described in the Alpha Architecture Handbook section 4.7.7.3.
*/ */
done: done:
if (_fex) { if (_fex) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment