Fix typo
This commit is contained in:
parent
629f1e6f0f
commit
863fbffda4
|
@ -422,7 +422,7 @@ typedef enum {
|
||||||
/**
|
/**
|
||||||
* @struct
|
* @struct
|
||||||
*
|
*
|
||||||
* The object representing single contagious buffer.
|
* The object representing single contiguous buffer.
|
||||||
*/
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue