svn commit: r220949 - in head/sys/sun4v: include/cddl sun4v

Marius Strobl marius at FreeBSD.org
Fri Apr 22 12:42:42 UTC 2011


Author: marius
Date: Fri Apr 22 12:42:41 2011
New Revision: 220949
URL: http://svn.freebsd.org/changeset/base/220949

Log:
  Correct spelling in comments.
  
  Submitted by:	brucec

Modified:
  head/sys/sun4v/include/cddl/mdesc_impl.h
  head/sys/sun4v/sun4v/tte_hash.c

Modified: head/sys/sun4v/include/cddl/mdesc_impl.h
==============================================================================
--- head/sys/sun4v/include/cddl/mdesc_impl.h	Fri Apr 22 12:39:48 2011	(r220948)
+++ head/sys/sun4v/include/cddl/mdesc_impl.h	Fri Apr 22 12:42:41 2011	(r220949)
@@ -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.

Modified: head/sys/sun4v/sun4v/tte_hash.c
==============================================================================
--- head/sys/sun4v/sun4v/tte_hash.c	Fri Apr 22 12:39:48 2011	(r220948)
+++ head/sys/sun4v/sun4v/tte_hash.c	Fri Apr 22 12:42:41 2011	(r220949)
@@ -589,7 +589,7 @@ tte_hash_update(tte_hash_t th, vm_offset
 	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);


More information about the svn-src-all mailing list