diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2009-05-30 13:13:27 +0000 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2009-05-30 13:13:27 +0000 |
commit | 0524d6afd9ce024027c302db3b3cd42738b0260f (patch) | |
tree | f63d745ba5fb776c9dc72d5999f3ed1e21d2dc9a /lout/container.hh | |
parent | e16672e1ffcf3e52f1444c362c52183c9f9f201c (diff) |
spelling
Diffstat (limited to 'lout/container.hh')
-rw-r--r-- | lout/container.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lout/container.hh b/lout/container.hh index 52c5019f..68a15da4 100644 --- a/lout/container.hh +++ b/lout/container.hh @@ -8,7 +8,7 @@ * members are instances of object::Object. * * A common problem in languanges without garbage collection is, where the - * children belong to, and so, who is responsible to delete them (instanciation + * children belong to, and so, who is responsible to delete them (instantiation * is always done by the caller). This information is here told to the * collections, each container has a constructor with the parameter * "ownerOfObjects" (HashTable has two such parameters, for keys and values). @@ -70,7 +70,7 @@ class Iterator private: Collection0::AbstractIterator *impl; - // Should not instanciated directly. + // Should not instantiated directly. inline Iterator(Collection0::AbstractIterator *impl) { this->impl = impl; } public: |