diff options
Diffstat (limited to 'src/include/sys/misc.h')
-rw-r--r-- | src/include/sys/misc.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/sys/misc.h b/src/include/sys/misc.h index f63de4686..8100805be 100644 --- a/src/include/sys/misc.h +++ b/src/include/sys/misc.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2011,2016 */ +/* Contributors Listed Below - COPYRIGHT 2011,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -107,8 +107,7 @@ extern "C" * @param[in] i_payload_base The base address (target HRMOR) of the payload. * @param[in] i_payload_entry The offset from base address of the payload * entry-point. - * @param[in] i_payload_data Data pointer fo the payload. For standalone - * Saphire this is the devtree + * @param[in] i_payload_data Data pointer fo the payload. * @param[in[ i_masterHBInstance Hostboot instance number. for multinode */ extern "C" void shutdown(uint64_t i_status, |