Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Feb 2010 14:27:32 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r204085 - head/usr.sbin/mptable
Message-ID:  <201002191427.o1JERW9T010358@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Fri Feb 19 14:27:32 2010
New Revision: 204085
URL: http://svn.freebsd.org/changeset/base/204085

Log:
  Fix a typo.
  
  Submitted by:	Jakub Lach  jakub_lach of mailplus pl

Modified:
  head/usr.sbin/mptable/mptable.c

Modified: head/usr.sbin/mptable/mptable.c
==============================================================================
--- head/usr.sbin/mptable/mptable.c	Fri Feb 19 10:54:03 2010	(r204084)
+++ head/usr.sbin/mptable/mptable.c	Fri Feb 19 14:27:32 2010	(r204085)
@@ -147,7 +147,7 @@ tableEntry basetableEntryTypes[] =
 tableEntry extendedtableEntryTypes[] =
 {
     { 128, 20, "System Address Space" },
-    { 129,  8, "Bus Heirarchy" },
+    { 129,  8, "Bus Hierarchy" },
     { 130,  8, "Compatibility Bus Address" }
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002191427.o1JERW9T010358>