Reviewers: Toon Verwaest,

Message:
Committed patchset #1 manually as r16638 (presubmit successful).

Description:
Fix typo.

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=16638

Please review this at https://codereview.chromium.org/23710023/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -2 lines):
  M src/platform/virtual-memory.h


Index: src/platform/virtual-memory.h
diff --git a/src/platform/virtual-memory.h b/src/platform/virtual-memory.h
index 858c862b764d45e25441354ced59f850676ce099..73ba24dcebe7acbc05a379efd50b516e76f57307 100644
--- a/src/platform/virtual-memory.h
+++ b/src/platform/virtual-memory.h
@@ -39,8 +39,8 @@ namespace internal {
 //
 // This class represents and controls an area of reserved memory.
 // Control of the reserved memory can be assigned to another VirtualMemory
-// object by assignment or contructing. This removes the reserved memory from
-// the original object.
+// object by assignment or copy-constructing. This removes the reserved memory
+// from the original object.
 class VirtualMemory V8_FINAL {
  public:
   // The executability of a memory region.


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to