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

Unified Diff: src/vm/list.h

Issue 1209033003: Work in progres, please take a look and give early feedback if this is the way we want to structure… (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: address comments Created 5 years, 6 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 | « src/vm/ffi_test_library.c ('k') | src/vm/object.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/list.h
diff --git a/src/vm/list.h b/src/vm/list.h
index 5f16e9c7acdb832bed70c56587605f56483831fc..47e710721a921c7b0c2650646198159a60836a5f 100644
--- a/src/vm/list.h
+++ b/src/vm/list.h
@@ -12,7 +12,7 @@
namespace fletch {
// Lists are light-weight data structures that hold a sequence of
-// contiguous elements. List never take ownership of the data their
+// contiguous elements. List never take ownership of the data they
// are passed in, so as long as the data is either in a zone or
// static, lists can be safely passed by value.
template<typename T>
« no previous file with comments | « src/vm/ffi_test_library.c ('k') | src/vm/object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698