From owner-svn-src-all@FreeBSD.ORG Sat May 17 11:29:44 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CBD7EA37; Sat, 17 May 2014 11:29:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B996F27DA; Sat, 17 May 2014 11:29:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4HBTiTU035639; Sat, 17 May 2014 11:29:44 GMT (envelope-from andrew@svn.freebsd.org) Received: (from andrew@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4HBTi5t035638; Sat, 17 May 2014 11:29:44 GMT (envelope-from andrew@svn.freebsd.org) Message-Id: <201405171129.s4HBTi5t035638@svn.freebsd.org> From: Andrew Turner Date: Sat, 17 May 2014 11:29:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266303 - head/sys/arm/include X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 11:29:44 -0000 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);