This commit is contained in:
Tatsuhiro Tsujikawa 2016-05-18 01:25:37 +09:00
parent 629f1e6f0f
commit 863fbffda4
2 changed files with 3 additions and 3 deletions

View File

@ -422,7 +422,7 @@ typedef enum {
/** /**
* @struct * @struct
* *
* The object representing single contagious buffer. * The object representing single contiguous buffer.
*/ */
typedef struct { typedef struct {
/** /**

View File

@ -312,8 +312,8 @@ int nghttp2_bufs_orb_hold(nghttp2_bufs *bufs, uint8_t b);
} while (0) } while (0)
/* /*
* Copies all data stored in |bufs| to the contagious buffer. This * Copies all data stored in |bufs| to the contiguous buffer. This
* function allocates the contagious memory to store all data in * function allocates the contiguous memory to store all data in
* |bufs| and assigns it to |*out|. * |bufs| and assigns it to |*out|.
* *
* The contents of |bufs| is left unchanged. * The contents of |bufs| is left unchanged.