commit:     2f6ab5a6f5fad10a3cb53cbf9e4b906ec6fa8bc4
Author:     Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Sat Jul  6 15:09:18 2024 +0000
Commit:     Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Sat Jul  6 15:09:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=2f6ab5a6

dmd-r1.eclass: trivial typo fixes in comments

Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>

 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[@]}"

Reply via email to