Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2014 11:29:44 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r266303 - head/sys/arm/include
Message-ID:  <201405171129.s4HBTi5t035638@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Sat May 17 11:29:44 2014
New Revision: 266303
URL: http://svnweb.freebsd.org/changeset/base/266303

Log:
  Fix a comment s/initarm_/platform_/

Modified:
  head/sys/arm/include/devmap.h

Modified: head/sys/arm/include/devmap.h
==============================================================================
--- head/sys/arm/include/devmap.h	Sat May 17 11:29:32 2014	(r266302)
+++ head/sys/arm/include/devmap.h	Sat May 17 11:29:44 2014	(r266303)
@@ -45,7 +45,7 @@ struct arm_devmap_entry {
  * Return the lowest KVA address used in any entry in the registered devmap
  * table.  This works with whatever table is registered, including the internal
  * table used by arm_devmap_add_entry() if that routine was used. Platforms can
- * implement initarm_lastaddr() by calling this if static device mappings are
+ * implement platform_lastaddr() by calling this if static device mappings are
  * their only use of high KVA space.
  */
 vm_offset_t arm_devmap_lastaddr(void);



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