diff options
Diffstat (limited to 'solenv/gbuild/platform/windows.mk')
-rw-r--r-- | solenv/gbuild/platform/windows.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk index 06567c5652f2..62514a4a2625 100644 --- a/solenv/gbuild/platform/windows.mk +++ b/solenv/gbuild/platform/windows.mk @@ -243,7 +243,7 @@ endef gb_Helper_set_ld_path := PATH="$${PATH}:$(OUTDIR)/bin" -# convert parametters filesystem root to native notation +# convert parameters filesystem root to native notation # does some real work only on windows, make sure not to # break the dummy implementations on unx* define gb_Helper_convert_native @@ -254,7 +254,7 @@ $(patsubst $(SRCDIR)%,$(gb_Helper_SRCDIR_NATIVE)%, \ $(1))))) endef -# convert parametters filesystem root to native notation +# convert parameters filesystem root to native notation # does some real work only on windows, make sure not to # break the dummy implementations on unx* define gb_Helper_convert_native |