diff options
author | Brad King <brad.king@kitware.com> | 2022-10-31 18:09:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-10-31 18:09:53 (GMT) |
commit | 8b736054084a55d09627fed5700e6987a7d9e63f (patch) | |
tree | 60838d26abeaa452b37b2975fb52f5081eeb019a /Utilities/cmnghttp2/lib/nghttp2_buf.h | |
parent | 66c953677531b705c7c9e2080c62b47bb896007f (diff) | |
parent | 7ce2a682a3e2e488a74dbc745766ac74e12f6a24 (diff) | |
download | CMake-8b736054084a55d09627fed5700e6987a7d9e63f.zip CMake-8b736054084a55d09627fed5700e6987a7d9e63f.tar.gz CMake-8b736054084a55d09627fed5700e6987a7d9e63f.tar.bz2 |
Merge branch 'upstream-nghttp2' into update-nghttp2
# By nghttp2 upstream
* upstream-nghttp2:
nghttp2 2022-09-21 (87fef4ab)
Diffstat (limited to 'Utilities/cmnghttp2/lib/nghttp2_buf.h')
-rw-r--r-- | Utilities/cmnghttp2/lib/nghttp2_buf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmnghttp2/lib/nghttp2_buf.h b/Utilities/cmnghttp2/lib/nghttp2_buf.h index 06cce67..45f62f1 100644 --- a/Utilities/cmnghttp2/lib/nghttp2_buf.h +++ b/Utilities/cmnghttp2/lib/nghttp2_buf.h @@ -99,7 +99,7 @@ void nghttp2_buf_free(nghttp2_buf *buf, nghttp2_mem *mem); * |new_cap|. If extensions took place, buffer pointers in |buf| will * change. * - * This function returns 0 if it succeeds, or one of the followings + * This function returns 0 if it succeeds, or one of the following * negative error codes: * * NGHTTP2_ERR_NOMEM |