v2i_AUTHORITY_KEYID(): Improve error reporting on parsing config values/options
[openssl.git] / NOTES-VALGRIND.md
index 00647cbd9b726dd7f23f9c614c7e4fb2f36ec97b..2700324efa36d55bf8955ca96e83a83de27ef8d3 100644 (file)
@@ -1,5 +1,5 @@
-NOTES FOR VALGRIND
-==================
+Notes on Valgrind
+=================
 
 Valgrind is a test harness that includes many tools such as memcheck,
 which is commonly used to check for memory leaks, etc. The default tool
@@ -16,7 +16,7 @@ Requirements
    See <http://valgrind.org/info/platforms.html>
 2. Valgrind installed on the platform
    See <http://valgrind.org/downloads/current.html>
-3. OpensSSL compiled
+3. OpenSSL compiled
    See [INSTALL.md](INSTALL.md)
 
 Running Tests