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
This commit is contained in:
parent
a797a35975
commit
269ce960cf
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user