summaryrefslogtreecommitdiffstats
path: root/src/framework/lib_common_mem
diff options
context:
space:
mode:
authorrainbow_0206 <jiangwenjiang@huawei.com>2018-10-10 15:39:32 +0800
committerrainbow_0206 <jiangwenjiang@huawei.com>2018-10-10 16:51:39 +0800
commitae849b5788d5c0f6633e65d8daa2fe0779029a69 (patch)
tree85e25459715bd6034737db4d6cc6ebb8b6698d6a /src/framework/lib_common_mem
parentd622bf60c1894488276928f350c22e7a95008161 (diff)
Fix: modify the introduction document
Change-Id: I87ce3ce4b41e3d34b4bb5f72406b73c16ac2d90e Signed-off-by: rainbow_0206 <jiangwenjiang@huawei.com>
Diffstat (limited to 'src/framework/lib_common_mem')
-rw-r--r--src/framework/lib_common_mem/common_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framework/lib_common_mem/common_api.c b/src/framework/lib_common_mem/common_api.c
index 566b8be..cfb869d 100644
--- a/src/framework/lib_common_mem/common_api.c
+++ b/src/framework/lib_common_mem/common_api.c
@@ -275,7 +275,7 @@ sys_get_hostpid_from_file (pid_t pid)
}
pid_t
-updata_sys_pid ()
+update_sys_pid ()
{
g_sys_host_pid = SYS_HOST_INITIAL_PID;
return get_sys_pid ();