summaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/sn/sn1
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ia64/sn/sn1')
-rw-r--r--include/asm-ia64/sn/sn1/hubmd.h4
-rw-r--r--include/asm-ia64/sn/sn1/hubmd_next.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-ia64/sn/sn1/hubmd.h b/include/asm-ia64/sn/sn1/hubmd.h
index 0f5bada86..681e2fb42 100644
--- a/include/asm-ia64/sn/sn1/hubmd.h
+++ b/include/asm-ia64/sn/sn1/hubmd.h
@@ -2140,7 +2140,7 @@ typedef union md_mb_ecc_config_u {
* corresponds to the valid bit, and bit 1 of each two-bit field *
* corresponds to the overrun bit. *
* The rule for the valid bit is that it gets set whenever that error *
- * occurs, regardless of whether a higher priority error has occured. *
+ * occurs, regardless of whether a higher priority error has occurred. *
* The rule for the overrun bit is that it gets set whenever we are *
* unable to record the address information for this particular *
* error, due to a previous error of the same or higher priority. *
@@ -2221,7 +2221,7 @@ typedef union md_mem_error_u {
* corresponds to the valid bit, and bit 1 of each two-bit field *
* corresponds to the overrun bit. *
* The rule for the valid bit is that it gets set whenever that error *
- * occurs, regardless of whether a higher priority error has occured. *
+ * occurs, regardless of whether a higher priority error has occurred. *
* The rule for the overrun bit is that it gets set whenever we are *
* unable to record the address information for this particular *
* error, due to a previous error of the same or higher priority. *
diff --git a/include/asm-ia64/sn/sn1/hubmd_next.h b/include/asm-ia64/sn/sn1/hubmd_next.h
index 452167d63..da8e58759 100644
--- a/include/asm-ia64/sn/sn1/hubmd_next.h
+++ b/include/asm-ia64/sn/sn1/hubmd_next.h
@@ -648,7 +648,7 @@ typedef union md_pdir {
#define MD_SDIR_MASK 0xffffffff
/* When premium mode is on for probing but standard directory memory
- is installed, the vaild directory bits depend on the phys. bank */
+ is installed, the valid directory bits depend on the phys. bank */
#define MD_PDIR_PROBE_MASK(pb) 0xffffffffffffffff
#define MD_SDIR_PROBE_MASK(pb) (0xffff0000ffff << ((pb) ? 16 : 0))