Skip to content

Commit 865288f

Browse files
dongshijiangdcrowell77
authored andcommitted
Update vfs_main.C
Fix spelling mistakes Resolves #198 Change-Id: I862ad97885540b6d06fd6f68ceb232782e57fc1c Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/122067 Tested-by: Jenkins Server <[email protected]> Tested-by: Jenkins OP Build CI <[email protected]> Tested-by: Jenkins OP HW <[email protected]> Reviewed-by: Ilya Smirnov <[email protected]> Tested-by: FSP CI Jenkins <[email protected]> Tested-by: Jenkins Combined Simics CI <[email protected]> Tested-by: Hostboot CI <[email protected]> Reviewed-by: Deborah L McLemore <[email protected]> Reviewed-by: Daniel M Crowell <[email protected]>
1 parent 35f0f22 commit 865288f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/sys/vfs/vfs_main.C

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
/* */
66
/* OpenPOWER HostBoot Project */
77
/* */
8-
/* Contributors Listed Below - COPYRIGHT 2010,2020 */
8+
/* Contributors Listed Below - COPYRIGHT 2010,2021 */
99
/* [+] International Business Machines Corp. */
10+
/* [+] dongshijiang */
1011
/* */
1112
/* */
1213
/* Licensed under the Apache License, Version 2.0 (the "License"); */
@@ -43,7 +44,7 @@ const char* VFS_ROOT_MSG_MCTP_IN = "/msg/mctpin";
4344
const char* VFS_ROOT_MSG_MCTP_OUT = "/msg/mctpout";
4445
const char* VFS_ROOT_MSG_PLDM_REQ_IN = "/msg/pldmreqin";
4546
const char* VFS_ROOT_MSG_PLDM_RSP_IN = "/msg/pldmrspin";
46-
const char* VFS_ROOT_MSG_PLDM_REQ_OUT= "/msg/pldrreqout";
47+
const char* VFS_ROOT_MSG_PLDM_REQ_OUT= "/msg/pldmreqout";
4748

4849
void vfs_module_init();
4950

0 commit comments

Comments
 (0)