From 0749c816594668e49b6a08f196b49c96256ba6e1 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Wed, 26 Jun 2024 16:16:52 -0700 Subject: [PATCH] Bugfix: Correct typo in example comment (#531) --- examples/arkode/C_serial/ark_reaction_diffusion_mri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/arkode/C_serial/ark_reaction_diffusion_mri.c b/examples/arkode/C_serial/ark_reaction_diffusion_mri.c index 65a4ca73bf..56754bb625 100644 --- a/examples/arkode/C_serial/ark_reaction_diffusion_mri.c +++ b/examples/arkode/C_serial/ark_reaction_diffusion_mri.c @@ -135,7 +135,7 @@ int main(void) if (check_retval(&retval, "SetInitialCondition", 1)) { return 1; } /* - * Create the slow integrator and set options + * Create the fast integrator and set options */ /* Initialize the fast integrator. Specify the explicit fast right-hand side