]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fix spelling in code annotation of changes
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 6 May 2019 08:10:58 +0000 (10:10 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 6 May 2019 08:10:58 +0000 (10:10 +0200)
in the public domain lookup3.c file.

util/storage/lookup3.c

index 0d4b06b2db6be5a299df74f793c4fe4c8c3cc594..bb25eb433c94f122de5bb8ae0922939c8d16a3b0 100644 (file)
@@ -1,6 +1,6 @@
 /*
-  May 2019(Wouter: patch to enable the valgrind clean implementation all the
-     time.  This enabled better security audit and checks, which is better
+  May 2019(Wouter) patch to enable the valgrind clean implementation all the
+     time.  This enables better security audit and checks, which is better
      than the speedup.  Git issue #30.  Renamed the define ARRAY_CLEAN_ACCESS.
   February 2013(Wouter) patch defines for BSD endianness, from Brad Smith.
   January 2012(Wouter) added randomised initial value, fallout from 28c3.