diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2014-05-17 11:29:44 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2014-05-17 11:29:44 +0000 |
| commit | 92e7f50a4ea4298348e5ed19ae5323287cb508d3 (patch) | |
| tree | 118c2848cda0976300da045d5bfe3496d83c09b3 /sys/arm/include | |
| parent | 27521ff8e4629335bbeeb389230c4c3d2449098c (diff) | |
Notes
Diffstat (limited to 'sys/arm/include')
| -rw-r--r-- | sys/arm/include/devmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/include/devmap.h b/sys/arm/include/devmap.h index e205d9b85397..3c230144727f 100644 --- a/sys/arm/include/devmap.h +++ b/sys/arm/include/devmap.h @@ -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); |
