Correct spelling in comments.

Submitted by:	brucec
This commit is contained in:
Marius Strobl 2011-04-22 12:42:41 +00:00
parent e128764faa
commit 740ba39a51
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ extern "C" {
*
* Elements in the first (description list) section are defined by their
* index location within the node block. An index is simply the byte offset
* within the block / element size (16bytes). All elements are refered to
* within the block / element size (16bytes). All elements are referred to
* by their index, to avoid bugs related to alignment etc.
*
* The name_len field holds the storage length of an ASCII name, NOT the strlen.

View File

@ -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);