Skip to content

Commit 9b13ac1

Browse files
committed
Fix typos in comments.
1 parent 9bebef1 commit 9b13ac1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ gnulib-clean : force
219219
if test -f srclib/Makefile.gnulib; then \
220220
mv srclib/Makefile.gnulib srclib/Makefile.gnulib~; \
221221
fi
222-
# No need to remove the stale files. gnulib-tool does this itself, thank to srclib/gnulib-comp.m4.
222+
# No need to remove the stale files. gnulib-tool does this itself, thanks to srcm4/gnulib-comp.m4.
223223
# find srclib '(' -name '*.h' -o -name '*.c' -o -name '*.valgrind' ')' -exec rm -f '{}' ';'
224224
# rm -rf srcm4
225225

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# Usage: ./autogen.sh [--skip-gnulib]
3131
#
32-
# Usage from a CVS checkout: ./autogen.sh
32+
# Usage from a git checkout: ./autogen.sh
3333
# This uses an up-to-date gnulib checkout.
3434
#
3535
# Usage from a released tarball: ./autogen.sh --skip-gnulib

0 commit comments

Comments
 (0)