]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
README_DEVELOPERS: fix a couple of typos
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 2 Jun 2024 10:06:18 +0000 (12:06 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 2 Jun 2024 10:06:18 +0000 (12:06 +0200)
README_DEVELOPERS

index 71581bd86550b7cbbb4b07d7d3f6833ec024d5f6..449ad6581b84555b062a01cfc3d07a23a5c5b38c 100644 (file)
@@ -116,9 +116,9 @@ top level directory. See AC_CHECK_FUNCS and the various blocks starting with
 AC_MSG_CHECKING.
 
 In the test directory, modify Makefile.am. Add to EXTRA_DIST the .vgtest,
-.stderr.exp and .stderr.out files. Add any filters to dist_noinst_SCRIPTS.
+.stderr.exp and .stderr.out files. Add any filters to dist_noinst_SCRIPTS.
 Add the test executable name to check_PROGRAMS. Try to respect the
-formatting and alphabetical ordering of the Makefile.am, For simple C files that is
+formatting and alphabetical ordering of the Makefile.am. For simple C files that is
 sufficient. If you needed to add a feature test to configure.ac then you should
 use the same condition to add the executable name to check_PROGRAMS. If the
 executable uses C++ you need to add exename_SOURCES. If the executable needs