From 2f6ab5a6f5fad10a3cb53cbf9e4b906ec6fa8bc4 Mon Sep 17 00:00:00 2001 From: Andrei Horodniceanu Date: Sat, 6 Jul 2024 18:09:18 +0300 Subject: dmd-r1.eclass: trivial typo fixes in comments Signed-off-by: Andrei Horodniceanu --- eclass/dmd-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/dmd-r1.eclass b/eclass/dmd-r1.eclass index 91ebc2b..e34af81 100644 --- a/eclass/dmd-r1.eclass +++ b/eclass/dmd-r1.eclass @@ -163,7 +163,7 @@ dmd-r1_src_compile() { "${BUILD_D}" -j$(makeopts_jobs) # A bit overkill to specify the flags here but it does get the - # jobs done. + # job done. DFLAGS="${DMDW_DCFLAGS} ${DMDW_LDFLAGS}" ) @@ -232,7 +232,7 @@ dmd-r1_src_compile() { $(usex static-libs 'lib dll' dll) ) # Prefer compiling C files with CC, not with dmd. (USE_IMPORTC=1 - # adds dependency on libdruntime.a) + # adds a dependency on libdruntime.a) ver_test -ge 2.108.0 && phobosMakeArgs+=( "USE_IMPORTC=0" ) emake -C dmd/druntime "${commonMakeArgs[@]}" "${druntimeMakeArgs[@]}" -- cgit v1.2.3-65-gdbad