From dc8458d1e21ecb8d833ba6f1624378c4b9eb03a3 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 25 Aug 2020 11:49:58 +0930 Subject: [PATCH] tools: fix comment in template. It's (usually) a .csv not an _csv file. Signed-off-by: Rusty Russell --- tools/gen/impl_template | 2 +- tools/gen/print_header_template | 2 +- tools/gen/print_impl_template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/gen/impl_template b/tools/gen/impl_template index 353c5d551..341175bee 100644 --- a/tools/gen/impl_template +++ b/tools/gen/impl_template @@ -1,5 +1,5 @@ /* This file was generated by generate-wire.py */ -/* Do not modify this file! Modify the _csv file it was generated from. */ +/* Do not modify this file! Modify the .csv file it was generated from. */ /* Original template can be found at tools/gen/impl_template */ #include <${header_filename}> diff --git a/tools/gen/print_header_template b/tools/gen/print_header_template index c82baafc0..dc01e9c47 100644 --- a/tools/gen/print_header_template +++ b/tools/gen/print_header_template @@ -1,5 +1,5 @@ /* This file was generated by generate-wire.py */ -/* Do not modify this file! Modify the _csv file it was generated from. */ +/* Do not modify this file! Modify the .csv file it was generated from. */ /* Template located at tools/gen/print_header_template */ #ifndef LIGHTNING_${idem} #define LIGHTNING_${idem} diff --git a/tools/gen/print_impl_template b/tools/gen/print_impl_template index ec6cb8f55..b3f10c4f6 100644 --- a/tools/gen/print_impl_template +++ b/tools/gen/print_impl_template @@ -1,5 +1,5 @@ /* This file was generated by generate-wire.py */ -/* Do not modify this file! Modify the _csv file it was generated from. */ +/* Do not modify this file! Modify the .csv file it was generated from. */ #include "${options.header_filename}" #include