diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2021-12-03 05:35:06 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2021-12-03 05:35:06 +0000 |
| commit | 68965ba955db755e0cf7c57882a1e99da5c47644 (patch) | |
| tree | f8e722161681a766f4425cefdbe71f32f647fd14 /services/cache | |
| parent | 625f1c1312fb7defbd148c8ba121a0cf058707ef (diff) | |
Diffstat (limited to 'services/cache')
| -rw-r--r-- | services/cache/rrset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/cache/rrset.h b/services/cache/rrset.h index 35a0d732b048..7c36d4032ebc 100644 --- a/services/cache/rrset.h +++ b/services/cache/rrset.h @@ -120,7 +120,7 @@ void rrset_cache_touch(struct rrset_cache* r, struct ub_packed_rrset_key* key, * the new rrset. The reference may be changed if the cached rrset is * superior. * Before calling the rrset is presumed newly allocated and changeable. - * Afer calling you do not hold a lock, and the rrset is inserted in + * After calling you do not hold a lock, and the rrset is inserted in * the hashtable so you need a lock to change it. * @param alloc: how to allocate (and deallocate) the special rrset key. * @param timenow: current time (to see if ttl in cache is expired). @@ -143,7 +143,7 @@ int rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref, * @param rrset: which rrset to cache as wildcard. This rrset is left * untouched. * @param ce: the closest encloser, will be uses to generate the wildcard dname. - * @param ce_len: the closest encloser lenght. + * @param ce_len: the closest encloser length. * @param alloc: how to allocate (and deallocate) the special rrset key. * @param timenow: current time (to see if ttl in cache is expired). */ |
