Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: src/platform/virtual-memory.h

Issue 23710023: Fix typo. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698