summaryrefslogtreecommitdiff
path: root/win32/vmem.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/vmem.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/vmem.h')
-rw-r--r--win32/vmem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/vmem.h b/win32/vmem.h
index d691635db5..c662887bca 100644
--- a/win32/vmem.h
+++ b/win32/vmem.h
@@ -284,7 +284,7 @@ long VMem::AddRef(void)
* is freed, therefore space needs to be reserved for them. Thus, the minimum
* block size (not counting the tags) is 8 bytes.
*
- * Since memory allocation may occur on a single threaded, explict locks are not
+ * Since memory allocation may occur on a single threaded, explicit locks are not
* provided.
*
*/
@@ -1012,7 +1012,7 @@ int VMem::HeapAdd(void* p, size_t size
, BOOL bBigBlock
#endif
)
-{ /* if the block can be succesfully added to the heap, returns 0; otherwise -1. */
+{ /* if the block can be successfully added to the heap, returns 0; otherwise -1. */
int index;
/* Check size, then round size down to next long word boundary. */