diff --git a/doc/coding-style.txt b/doc/coding-style.txt index b3fbd2e3f..f0bf880e3 100644 --- a/doc/coding-style.txt +++ b/doc/coding-style.txt @@ -61,7 +61,7 @@ if (err || !S_ISDIR(st.st_mode)) M2: Multiple line comment ========================= -If your comments have more then one line, please start it from the second line. +If your comment has more than one line, please start it from the second line. Example: /* diff --git a/doc/maintainer-guidelines.txt b/doc/maintainer-guidelines.txt index fef90c89a..21162d4e9 100644 --- a/doc/maintainer-guidelines.txt +++ b/doc/maintainer-guidelines.txt @@ -99,7 +99,7 @@ verified first: - Check that the names are acceptible with other maintainers - Ensure that the file modes are correct - Verify that the license & copyright headers are correct - - If the file is supposed to be part of the release taraball, + - If the file is supposed to be part of the release tarball, make sure that it gets picked up by 'make dist' (particularly important for documentation or other files that are not code)