From 1b6c234fec2addd74a4fe2349edd853adde91df8 Mon Sep 17 00:00:00 2001 From: ydah Date: Sat, 28 Sep 2024 17:25:41 +0900 Subject: [PATCH] s/reproducable/reproducible/ --- prism_compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prism_compile.c b/prism_compile.c index a159267da3..ff487ddb23 100644 --- a/prism_compile.c +++ b/prism_compile.c @@ -3,7 +3,7 @@ /** * 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 - * have reproducable parses. + * have reproducible parses. */ typedef struct { /** This is the line number of a node. */