commit d8f332cc5c28d113ca3851dad70a257949b5e061
parent 26bbde1104d0faca2f80aac7f853c0a4b327ed9f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 18 Mar 2024 09:14:34 +0100
Fix a minor typo in a comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sdis_heat_path_conductive_wos_Xd.h b/src/sdis_heat_path_conductive_wos_Xd.h
@@ -92,7 +92,7 @@ XD(time_travel)
/* Let's take a trip back in time */
rwalk->vtx.time = MMAX(t0, rwalk->vtx.time - tau);
- /* Thepath does not reach the initial condition */
+ /* The path does not reach the initial condition */
if(rwalk->vtx.time > t0) goto exit;
/* Fethc the initial temperature */