From 3beea930f372e85ff23092a70eb70619675a1371 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 15 Nov 2024 14:17:30 -0500 Subject: pk.h: typos --- pk.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pk.h.in') diff --git a/pk.h.in b/pk.h.in index de28ee0..0115872 100644 --- a/pk.h.in +++ b/pk.h.in @@ -73,7 +73,7 @@ * pkstr.h: def PK_IMPL_STR before including pk.h to enable ad-hoc. * * Provides a simple string structure, allowing the user to track the string -* length and reserved buffer length. Limites max string length to uint32_t max +* length and reserved buffer length. Limits max string length to uint32_t max * size, which is roughly 4GB. * * Tip: set reserved to 0 for compile-time strings as well as for strings alloc'd @@ -99,8 +99,8 @@ * 255 is to be observed for each. The number of mgrs is stored as a uint64_t. * * Note that PK_EV_GROW_RATIO is used in two scenarios: -* 1. when registering an ev on a full mgr -* 2. when registering a cb on a full ev +* 1. When registering an ev on a full mgr. +* 2. When registering a cb on a full ev. * The grow ratio is applied to the ev count and cb count in their respective * scenarios. This causes a new allocation for the entire mgr. The existing * mgr and its evs and cbs are copied to the new larger buffer space. -- cgit v1.2.3