mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
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:
parent
3e52d4100d
commit
dc8458d1e2
3 changed files with 3 additions and 3 deletions
|
@ -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}>
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue