From fd9dd3cc5a4a56d4728a6953dabd77fbfbbbb07a Mon Sep 17 00:00:00 2001 From: Kyle Reed Date: Wed, 1 Mar 2017 16:04:38 -0800 Subject: [PATCH] typo --- krabs/krabs/parser.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krabs/krabs/parser.hpp b/krabs/krabs/parser.hpp index e40c4d3..9c966fc 100644 --- a/krabs/krabs/parser.hpp +++ b/krabs/krabs/parser.hpp @@ -207,7 +207,7 @@ namespace krabs { template size_t get_string_content_length(const T* string, size_t lengthBytes) { - // for some string types, the length includes the null terminator + // for some string types the length includes the null terminator // so we need to find the length of just the content part T nullChar {0};