summaryrefslogtreecommitdiff
path: root/xkbcommon
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2016-03-26 01:53:18 +0300
committerRan Benita <ran234@gmail.com>2016-03-26 01:56:03 +0300
commitb91584a8f3644d7f8ed41d65e59d4bcc016c5fb1 (patch)
tree037eadc781d7517d3dab25e31f5c3df469bad06a /xkbcommon
parent3fee46a2186d597c52bc1e06ee14e32ac548b764 (diff)
downloadxorg-lib-libxkbcommon-b91584a8f3644d7f8ed41d65e59d4bcc016c5fb1.tar.gz
doc: update reference to compat symbol to its new name
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'xkbcommon')
-rw-r--r--xkbcommon/xkbcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xkbcommon/xkbcommon.h b/xkbcommon/xkbcommon.h
index e46ce44..6f96e4f 100644
--- a/xkbcommon/xkbcommon.h
+++ b/xkbcommon/xkbcommon.h
@@ -892,7 +892,7 @@ xkb_keymap_unref(struct xkb_keymap *keymap);
*
* @returns The keymap as a NUL-terminated string, or NULL if unsuccessful.
*
- * The returned string may be fed back into xkb_map_new_from_string() to get
+ * The returned string may be fed back into xkb_keymap_new_from_string() to get
* the exact same keymap (possibly in another process, etc.).
*
* The returned string is dynamically allocated and should be freed by the