- Fix spelling error in header, from getdns commit by Andreas Gelmini.

git-svn-id: file:///svn/unbound/trunk@4886 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2018-09-05 05:33:38 +00:00
parent 194dc32059
commit 254df71810
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
5 September 2018: Wouter
- Fix spelling error in header, from getdns commit by Andreas Gelmini.
4 September 2018: Ralph 4 September 2018: Ralph
- More explicitly mention the type of ratelimit when applying - More explicitly mention the type of ratelimit when applying
ip-ratelimit. ip-ratelimit.

View file

@ -130,7 +130,7 @@ struct sldns_buffer
/** If the buffer is fixed it cannot be resized */ /** If the buffer is fixed it cannot be resized */
unsigned _fixed : 1; unsigned _fixed : 1;
/** If the buffer is vfixed, no more than capacity bytes willl be /** If the buffer is vfixed, no more than capacity bytes will be
* written to _data, however the _position counter will be updated * written to _data, however the _position counter will be updated
* with the amount that would have been written in consecutive * with the amount that would have been written in consecutive
* writes. This allows for a modus operandi in which a sequence is * writes. This allows for a modus operandi in which a sequence is