summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorLajos Veres <vlajos@gmail.com>2015-01-28 21:57:13 -0500
committerJames E Keenan <jkeenan@cpan.org>2015-01-28 21:57:13 -0500
commitbb0f0a6a03c399930b4fd2eff79df26cdb4f8693 (patch)
tree6d667250b4c8b24da0c8f80a6ee7738ac4e600fb /win32/win32.h
parent5c25e937d02c198f7678666fd740e85e8d1522b9 (diff)
downloadperl-bb0f0a6a03c399930b4fd2eff79df26cdb4f8693.tar.gz
Corrections to spelling and grammatical errors.
Extracted from patch submitted by Lajos Veres in RT #123693.
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/win32.h b/win32/win32.h
index aa6992e91c..657b008740 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -541,12 +541,12 @@ typedef struct {
char pipech; /* one char buffer for handles opened on pipes */
int lockinitflag;
CRITICAL_SECTION lock;
-/* this struct defintion breaks ABI compatibility with
+/* this struct definition breaks ABI compatibility with
* not using, cl.exe's native VS version specitfic CRT. */
# if _MSC_VER >= 1400 && _MSC_VER < 1500
# error "This ioinfo struct is incomplete for Visual C 2005"
# endif
-/* VC 2005 CRT has atleast 3 different definitions of this struct based on the
+/* VC 2005 CRT has at least 3 different definitions of this struct based on the
* CRT DLL's build number. */
# if _MSC_VER >= 1500
# ifndef _SAFECRT_IMPL