From: Otto Moerbeek Date: Mon, 25 Sep 2023 07:36:23 +0000 (+0200) Subject: typo in comment X-Git-Tag: rec-5.0.0-alpha2~47^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13290%2Fhead;p=thirdparty%2Fpdns.git typo in comment Co-authored-by: Remi Gacogne --- 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