tools: fix comment in template.

It's (usually) a .csv not an _csv file.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2020-08-25 11:49:58 +09:30
parent 3e52d4100d
commit dc8458d1e2
3 changed files with 3 additions and 3 deletions

View file

@ -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}>

View file

@ -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}

View file

@ -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 <ccan/array_size/array_size.h>