]> granicus.if.org Git - libexpat/commitdiff
coverage.sh: Fix two comment typos
authorSebastian Pipping <sebastian@pipping.org>
Sat, 24 Jun 2017 14:11:09 +0000 (16:11 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sat, 24 Jun 2017 14:11:09 +0000 (16:11 +0200)
expat/coverage.sh

index 10a0a20d2a2781837afe002928ac6d1472a88341..2c3b5ae5993792578a1bdeac074e88e828fec92d 100755 (executable)
@@ -64,8 +64,8 @@ _copy_to() {
 
 _copy_missing_mingw_libaries() {
     # These extra files are copied because
-    # * coverage GCC fflags make them needed
-    # * With WINEDLLPATH Wine look for .dll.so in these folders, not .dll
+    # * coverage GCC flags make them needed
+    # * With WINEDLLPATH Wine looks for .dll.so in these folders, not .dll
     local target="$1"
     local mingw_dll_dir="$(dirname "$(ls -1 /usr/lib*/gcc/i686-w64-mingw32/*/libgcc_s_sjlj-1.dll | head -n1)")"
     for dll in libgcc_s_sjlj-1.dll libstdc++-6.dll; do