diff options
author | Ossama Othman <ossama.othman@intel.com> | 2013-10-30 22:11:07 -0700 |
---|---|---|
committer | Ossama Othman <ossama.othman@intel.com> | 2013-10-30 22:11:07 -0700 |
commit | 960c7c7588e20420bdeb6e6eadadefb35da2ae4c (patch) | |
tree | 0cf2449fc5f3fc41637ca1825334cd31a03243f5 | |
parent | d365a2141847b3b7acdbee89d840f6db5cf3fb67 (diff) | |
download | ico-uxf-weston-plugin-960c7c7588e20420bdeb6e6eadadefb35da2ae4c.tar.gz ico-uxf-weston-plugin-960c7c7588e20420bdeb6e6eadadefb35da2ae4c.tar.bz2 ico-uxf-weston-plugin-960c7c7588e20420bdeb6e6eadadefb35da2ae4c.zip |
Corrected function name in documentation.
Change-Id: I50cefc5640314e1fa35cf1178d75cc23e5d4d6d0
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
-rw-r--r-- | src/ico_window_mgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ico_window_mgr.c b/src/ico_window_mgr.c index a5b4d5e..300d95a 100644 --- a/src/ico_window_mgr.c +++ b/src/ico_window_mgr.c @@ -822,7 +822,7 @@ win_mgr_unbind_client(struct wl_client *client) /*--------------------------------------------------------------------------*/ /** - * @brief win_mgr_get_client_appid: Get parent process ID. + * @brief win_mgr_get_ppid: Get parent process ID. * * Similar to getppid(), except that this implementation accepts an * arbitrary process ID. |