diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:07:27 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:07:27 +0100 |
| commit | 0715832810b5e1d6920b3b8b5071b526ac033283 (patch) | |
| tree | 130f3e8bfafa2b119128a7f245fdc8735dc0aa8a /libcoopgamma_check_error__.c | |
| parent | Fix portability issues (diff) | |
| download | libcoopgamma-1.2.5.tar.gz libcoopgamma-1.2.5.tar.bz2 libcoopgamma-1.2.5.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libcoopgamma_check_error__.c')
| -rw-r--r-- | libcoopgamma_check_error__.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcoopgamma_check_error__.c b/libcoopgamma_check_error__.c index 44fb8b7..766e674 100644 --- a/libcoopgamma_check_error__.c +++ b/libcoopgamma_check_error__.c @@ -5,7 +5,7 @@ /** * Check whether the server sent an error, if so copy it to `ctx` * - * This function will also reports EBADMSG if the message ID + * This function will also report EBADMSG if the message ID * that the message is a response to does not match the request * information, or if it is missing * @@ -13,7 +13,7 @@ * @param async Information about the request * @return 1 if the server sent an error (even indicating success), * 0 on success, -1 on failure. Information about failure - * is copied `ctx`. + * is copied to `ctx` */ int libcoopgamma_check_error__(libcoopgamma_context_t *restrict ctx, libcoopgamma_async_context_t *restrict async) |
