Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2018-12-18 11:14:19 +01:00
parent 0329645182
commit db82c0f594
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -332,7 +332,7 @@ static inline bool chunk_equals_ptr(chunk_t *a, chunk_t *b)
}
/**
* Increment a chunk, as it would reprensent a network order integer.
* Increment a chunk, as it would represent a network order integer.
*
* @param chunk chunk to increment
* @return TRUE if an overflow occurred