s/reproducable/reproducible/

This commit is contained in:
ydah 2024-09-28 17:25:41 +09:00 committed by Hiroshi SHIBATA
parent 3fe59b04d6
commit 1b6c234fec
Notes: git 2024-09-30 04:05:08 +00:00

View File

@ -3,7 +3,7 @@
/** /**
* This compiler defines its own concept of the location of a node. We do this * This compiler defines its own concept of the location of a node. We do this
* because we want to pair line information with node identifier so that we can * because we want to pair line information with node identifier so that we can
* have reproducable parses. * have reproducible parses.
*/ */
typedef struct { typedef struct {
/** This is the line number of a node. */ /** This is the line number of a node. */