]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update test/README.md master
authorNeil Horman <nhorman@openssl.org>
Thu, 22 Jan 2026 18:48:30 +0000 (13:48 -0500)
committerNeil Horman <nhorman@openssl.org>
Thu, 29 Jan 2026 16:37:23 +0000 (11:37 -0500)
Co-authored-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
MergeDate: Thu Jan 29 16:37:40 2026
(Merged from https://github.com/openssl/openssl/pull/29573)

test/README.md

index 71faaac9d7f5ccab0cc36d720203989bab52db2d..9865933edb42e69337ff24bb266a44527600e868 100644 (file)
@@ -190,7 +190,7 @@ Running Tests under Valgrind
 
 Normally, testing for memory leaks is accomplished by building Openssl with the
 enable-asan option, which links the library with the compiler asan library.  However
-Some people prefer to use valgrind to do dynamic instrumentation for memory leak checking.
+some people prefer to use valgrind to do dynamic instrumentation for memory leak checking.
 OpenSSL also offers a suppression file to suppress reachable memory leaks, that are often
 inappropriately considered to be true leaks.  In order to maintain and test this
 suppression file, OpenSSL tests can be run under valgrind automatically.