summaryrefslogtreecommitdiffstats
path: root/src/lib/syscall_mm.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/syscall_mm.C')
-rw-r--r--src/lib/syscall_mm.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/syscall_mm.C b/src/lib/syscall_mm.C
index 102075e40..fee402325 100644
--- a/src/lib/syscall_mm.C
+++ b/src/lib/syscall_mm.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2017 */
+/* Contributors Listed Below - COPYRIGHT 2011,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -95,7 +95,7 @@ uint64_t mm_virt_to_phys( void* i_vaddr )
}
/**
- * System call to extend Memory to 48Meg.
+ * System call to extend Memory to VMM_MEMORY_SIZE..
*/
int mm_extend(MM_EXTEND_SIZE i_size)
{
OpenPOWER on IntegriCloud