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

Unified Diff: src/objects.h

Issue 2394173002: Minor comment fixes. (Closed)
Patch Set: Created 4 years, 2 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 | « include/v8.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 8a7ce260e89e4c6f42c1fc95dc1f5f128afcadf6..f52405325168ee72b8cd1ae2b51b7d60040b4070 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -7297,7 +7297,7 @@ class SharedFunctionInfo: public HeapObject {
inline String* inferred_name();
inline void set_inferred_name(String* inferred_name);
- // [script info]: Script from which the function originates.
+ // [script]: Script from which the function originates.
DECL_ACCESSORS(script, Object)
// [num_literals]: Number of literals used by this function.
« no previous file with comments | « include/v8.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698