From 863fbffda49945d81c919001c25ba24e16c5a4b0 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 18 May 2016 01:25:37 +0900 Subject: [PATCH] Fix typo --- lib/includes/nghttp2/nghttp2.h | 2 +- lib/nghttp2_buf.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/includes/nghttp2/nghttp2.h b/lib/includes/nghttp2/nghttp2.h index d14f32c2..bf2bebd8 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -422,7 +422,7 @@ typedef enum { /** * @struct * - * The object representing single contagious buffer. + * The object representing single contiguous buffer. */ typedef struct { /** diff --git a/lib/nghttp2_buf.h b/lib/nghttp2_buf.h index 7c43606e..6770d6f3 100644 --- a/lib/nghttp2_buf.h +++ b/lib/nghttp2_buf.h @@ -312,8 +312,8 @@ int nghttp2_bufs_orb_hold(nghttp2_bufs *bufs, uint8_t b); } while (0) /* - * Copies all data stored in |bufs| to the contagious buffer. This - * function allocates the contagious memory to store all data in + * Copies all data stored in |bufs| to the contiguous buffer. This + * function allocates the contiguous memory to store all data in * |bufs| and assigns it to |*out|. * * The contents of |bufs| is left unchanged.