Fix project name misspelling
Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I11a2565cdf424fc98a193fe722643efdf8ae9424
diff --git a/user_channel/channel_mgmt.cpp b/user_channel/channel_mgmt.cpp
index 2d641af..96776df 100644
--- a/user_channel/channel_mgmt.cpp
+++ b/user_channel/channel_mgmt.cpp
@@ -335,7 +335,7 @@
initChannelPersistData();
sigHndlrLock = boost::interprocess::file_lock(channelNvDataFilename);
- // Register it for single object and single process either netipimd /
+ // Register it for single object and single process either netipmid /
// host-ipmid
if (chPropertiesSignal == nullptr && sigHndlrLock.try_lock())
{