From c3e6947e189a4a591161f9304d62f7d6867c0e5b Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 25 Sep 2023 09:36:23 +0200 Subject: [PATCH] typo in comment Co-authored-by: Remi Gacogne --- pdns/recursordist/settings/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/settings/Makefile.am b/pdns/recursordist/settings/Makefile.am index 08e05e10a1..c22b081eeb 100644 --- a/pdns/recursordist/settings/Makefile.am +++ b/pdns/recursordist/settings/Makefile.am @@ -20,7 +20,7 @@ BUILT_SOURCES=cxxsettings-generated.cc rust/src/lib.rs # re-run by cargo after rust/src/lib.rs changed because of a generate.py run. In that case we end up # with an rust/src/lib.rs.h that does not contain e.g. field name or field type changes. # -# Use patterns to avoid having two instances of generate run simultaneously, a well know hack for GNU make +# Use patterns to avoid having two instances of generate run simultaneously, a well-known hack for GNU make cxxsettings-generated%cc rust/src/lib%rs: table.py generate.py rust-preamble-in.rs rust-bridge-in.rs docs-old-preamble-in.rst docs-new-preamble-in.rst $(MAKE) -C rust clean $(PYTHON) generate.py -- 2.47.2