From 814983150108ce4f66f11a2d9d2b2103ea35dec0 Mon Sep 17 00:00:00 2001 From: huiyuxie Date: Thu, 8 Aug 2024 15:51:04 -1000 Subject: [PATCH] Fix small typo --- src/solvers/dg_1d.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solvers/dg_1d.jl b/src/solvers/dg_1d.jl index db08600..a313b39 100644 --- a/src/solvers/dg_1d.jl +++ b/src/solvers/dg_1d.jl @@ -1,6 +1,6 @@ # Everything related to a DG semidiscretization in 1D -# TODO: Please check whether `equations::AbstractEquations{1}` is needed for each funtion here!! +# TODO: Please check whether `equations::AbstractEquations{1}` is needed for each function here!! # Functions end with `_kernel` are CUDA kernels that are going to be launed by the `@cuda` macro. # Kernel for calculating fluxes along normal direction