From 8e22eadc7619e308a0134ffbaaca8e0e2d721191 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 6 May 2014 17:02:29 +0200 Subject: [PATCH] Fix typo --- lib/nghttp2_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nghttp2_helper.h b/lib/nghttp2_helper.h index 931ed88c..d7d9c79e 100644 --- a/lib/nghttp2_helper.h +++ b/lib/nghttp2_helper.h @@ -78,7 +78,7 @@ int nghttp2_reserve_buffer(uint8_t **buf_ptr, size_t *buflen_ptr, size_t min_length); /* - * Allocates |n| bytes of memory and copy the meory region pointed by + * Allocates |n| bytes of memory and copy the memory region pointed by * |src| with the length |n| bytes into it. Returns the allocated memory. * * This function returns pointer to allocated memory, or one of the