diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/GNUmakefile | 6 | ||||
-rw-r--r-- | win32/Makefile | 4 | ||||
-rw-r--r-- | win32/bin/search.pl | 4 | ||||
-rw-r--r-- | win32/makefile.mk | 4 | ||||
-rw-r--r-- | win32/win32.c | 2 |
5 files changed, 10 insertions, 10 deletions
diff --git a/win32/GNUmakefile b/win32/GNUmakefile index 4502731bbf..a8d996ac46 100644 --- a/win32/GNUmakefile +++ b/win32/GNUmakefile @@ -285,7 +285,7 @@ EXTRALIBDIRS := # # set this to your email address (perl will guess a value from -# from your loginname and your hostname, which may not be right) +# your loginname and your hostname, which may not be right) # #EMAIL := @@ -726,7 +726,7 @@ OPTIMIZE = -O1 -Zi -GL LINK_DBG = -debug -opt:ref,icf -ltcg # you may want to enable this if you want COFF symbols in the executables # in addition to the PDB symbols. The default Dr. Watson that ships with -# Windows can use the the former but not latter. The free WinDbg can be +# Windows can use the former but not latter. The free WinDbg can be # installed to get better stack traces from just the PDB symbols, so we # avoid the bloat of COFF symbols by default. #LINK_DBG += -debugtype:both @@ -1526,7 +1526,7 @@ $(MINIWIN32_OBJ) : $(CORE_NOCFG_H) $(CC) -c $(CFLAGS) $(MINIBUILDOPT) -DPERL_IS_MINIPERL $(OBJOUT_FLAG)$@ $(PDBOUT) $(*F).c # -DPERL_IMPLICIT_SYS needs C++ for perllib.c -# rules wrapped in .IFs break Win9X build (we end up with unbalanced []s unless +# rules wrapped in .IFs break Win9X build (we end up with unbalanced []s # unless the .IF is true), so instead we use a .ELSE with the default. # This is the only file that depends on perlhost.h, vmem.h, and vdir.h diff --git a/win32/Makefile b/win32/Makefile index 9d498da807..a5e2707f8a 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -252,7 +252,7 @@ EXTRALIBDIRS = # # set this to your email address (perl will guess a value from -# from your loginname and your hostname, which may not be right) +# your loginname and your hostname, which may not be right) # #EMAIL = @@ -510,7 +510,7 @@ OPTIMIZE = -O1 -Zi -GL LINK_DBG = -debug -opt:ref,icf -ltcg # you may want to enable this if you want COFF symbols in the executables # in addition to the PDB symbols. The default Dr. Watson that ships with -# Windows can use the the former but not latter. The free WinDbg can be +# Windows can use the former but not latter. The free WinDbg can be # installed to get better stack traces from just the PDB symbols, so we # avoid the bloat of COFF symbols by default. #LINK_DBG = $(LINK_DBG) -debugtype:both diff --git a/win32/bin/search.pl b/win32/bin/search.pl index cd6e6adf5e..21d936e256 100644 --- a/win32/bin/search.pl +++ b/win32/bin/search.pl @@ -1169,7 +1169,7 @@ Note that in the case of these examples, the (list whole-words only) option would be useful. .PP Normally, various kinds of files are automatically removed from consideration. -If it has has a certain ending (such as ".tar", ".Z", ".o", .etc), or if +If it has a certain ending (such as ".tar", ".Z", ".o", .etc), or if the beginning of the file looks like a binary, it'll be excluded. You can control exactly how this works -- see below. One quick way to override this is to use the @@ -1194,7 +1194,7 @@ add .fi (among others) to exclude those kinds of files (which you probably want to skip when searching for text, as is normal). -Files that look to be be binary will also be excluded. +Files that look to be binary will also be excluded. Files ending with "#" and "~" will also be excluded unless the .B -x~ diff --git a/win32/makefile.mk b/win32/makefile.mk index 259c7798d4..84828db958 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -289,7 +289,7 @@ EXTRALIBDIRS *= # # set this to your email address (perl will guess a value from -# from your loginname and your hostname, which may not be right) +# your loginname and your hostname, which may not be right) # #EMAIL *= @@ -1454,7 +1454,7 @@ $(MINIWIN32_OBJ) : $(CORE_NOCFG_H) $(CC) -c $(CFLAGS) $(MINIBUILDOPT) -DPERL_IS_MINIPERL $(OBJOUT_FLAG)$@ $(PDBOUT) $(*B).c # -DPERL_IMPLICIT_SYS needs C++ for perllib.c -# rules wrapped in .IFs break Win9X build (we end up with unbalanced []s unless +# rules wrapped in .IFs break Win9X build (we end up with unbalanced []s # unless the .IF is true), so instead we use a .ELSE with the default. # This is the only file that depends on perlhost.h, vmem.h, and vdir.h diff --git a/win32/win32.c b/win32/win32.c index 2a4ff3924b..491c204b3a 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -1723,7 +1723,7 @@ wstr_to_str(const wchar_t* wstr) * then it will convert the short name instead. * * The buffer to the ansi pathname must be freed with win32_free() when it - * it no longer needed. + * is no longer needed. * * The argument to win32_ansipath() must exist before this function is * called; otherwise there is no way to determine the short path name. |