summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/sun4v/tte_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sun4v/sun4v/tte_hash.c')
-rw-r--r--sys/sun4v/sun4v/tte_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sun4v/sun4v/tte_hash.c b/sys/sun4v/sun4v/tte_hash.c
index a60185e..a02c93b 100644
--- a/sys/sun4v/sun4v/tte_hash.c
+++ b/sys/sun4v/sun4v/tte_hash.c
@@ -589,7 +589,7 @@ tte_hash_update(tte_hash_t th, vm_offset_t va, tte_t tte_data)
tte_t otte_data, tte_tag;
tte_hash_field_t field = NULL;
- entry = find_entry(th, va, PAGE_SHIFT); /* should actualy be a function of tte_data */
+ entry = find_entry(th, va, PAGE_SHIFT); /* should actually be a function of tte_data */
tte_tag = (((uint64_t)th->th_context << TTARGET_CTX_SHIFT)|(va >> TTARGET_VA_SHIFT));
s = hash_bucket_lock(entry->the_fields);
OpenPOWER on IntegriCloud