diff options
Diffstat (limited to 'src/include/kernel/basesegment.H')
-rw-r--r-- | src/include/kernel/basesegment.H | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/kernel/basesegment.H b/src/include/kernel/basesegment.H index bb7546401..7d5e5450a 100644 --- a/src/include/kernel/basesegment.H +++ b/src/include/kernel/basesegment.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2014 */ +/* Contributors Listed Below - COPYRIGHT 2011,2015 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -134,7 +136,7 @@ class BaseSegment : public Segment /** * @brief Allocates a block of virtual memory that extends the VMM - * space upto 32MEG of Mainstore. + * space up to 32MEG of Mainstore. */ static int mmExtend(void); @@ -204,7 +206,7 @@ class BaseSegment : public Segment /** * @brief Allocates a block of virtual memory that extends the VMM - * space upto 32MEG of Mainstore. + * space up to 32MEG of Mainstore. */ int _mmExtend(void); |