Commit d28a844a authored by Feram's avatar Feram Committed by Adrian Sieber

Fix typo existance

parent 25f54f8d
...@@ -90,7 +90,7 @@ template <typename T> static inline T * get_unowning(T * ptr) { return ptr; } ...@@ -90,7 +90,7 @@ template <typename T> static inline T * get_unowning(T * ptr) { return ptr; }
* *
* The cache contains a map from pair<ImplType, UnowningImplPointer> * The cache contains a map from pair<ImplType, UnowningImplPointer>
* to WeakProxyPointer, allowing it to answer the question: "given this * to WeakProxyPointer, allowing it to answer the question: "given this
* impl, do we already have a proxy in existance?" * impl, do we already have a proxy in existence?"
* *
* We use one map for all translated types, rather than a separate one for each type, * We use one map for all translated types, rather than a separate one for each type,
* to minimize duplication of code and make it so the unordered_map is as contained as * to minimize duplication of code and make it so the unordered_map is as contained as
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment