Commit 269ce960 authored by bmeurer@chromium.org's avatar bmeurer@chromium.org

Fix typo.

TBR=verwaest@chromium.org

Review URL: https://codereview.chromium.org/23710023

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16638 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent a797a359
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment