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

Unified Diff: src/mark-compact.h

Issue 108003: Clean up comment. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 8 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/mark-compact.h
===================================================================
--- src/mark-compact.h (revision 1849)
+++ src/mark-compact.h (working copy)
@@ -175,7 +175,8 @@
// Mark the heap roots and all objects reachable from them.
static void MarkRoots(RootMarkingVisitor* visitor);
- // Mark the symbol table specially. References to symbols are weak.
+ // Mark the symbol table specially. References to symbols from the
+ // symbol table are weak.
static void MarkSymbolTable();
// Mark objects in object groups that have at least one object in the
« 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