diff options
author | Ran Benita <ran234@gmail.com> | 2012-10-26 16:15:27 +0200 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2012-10-26 16:16:18 +0200 |
commit | b935d3610f2bd984ba94d21bb43498877816492a (patch) | |
tree | 7f1c8470c51811148876edfc3a2a2fa371a93a78 /xkbcommon | |
parent | ee6f3f280976ac2db4176389cbac7e168e023f21 (diff) |
doc: fix wrong comment
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'xkbcommon')
-rw-r--r-- | xkbcommon/xkbcommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xkbcommon/xkbcommon.h b/xkbcommon/xkbcommon.h index cdc4a59..fe5c789 100644 --- a/xkbcommon/xkbcommon.h +++ b/xkbcommon/xkbcommon.h @@ -1230,7 +1230,7 @@ xkb_state_serialize_mods(struct xkb_state *state, * If XKB_STATE_LAYOUT_EFFECTIVE is included, all other state components are * ignored. * - * @returns A xkb_layout_mask_t representing the given components of the + * @returns A layout index representing the given components of the * layout state. * * This function should not be used in regular clients; please use the |