diff options
Diffstat (limited to 'src/nvim/os/msgpack_rpc.h')
-rw-r--r-- | src/nvim/os/msgpack_rpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/msgpack_rpc.h b/src/nvim/os/msgpack_rpc.h index 4d8d51699b..c8f243e2cf 100644 --- a/src/nvim/os/msgpack_rpc.h +++ b/src/nvim/os/msgpack_rpc.h @@ -53,7 +53,7 @@ void msgpack_rpc_error(char *msg, msgpack_packer *res) /// /// @param obj The object to convert /// @param[out] arg A pointer to the avalue -/// @return true if the convertion succeeded, false otherwise +/// @return true if the conversion succeeded, false otherwise bool msgpack_rpc_to_boolean(msgpack_object *obj, Boolean *arg) FUNC_ATTR_NONNULL_ALL; bool msgpack_rpc_to_integer(msgpack_object *obj, Integer *arg) |