From c46a2a34de2dcc9c455044bd7c4d689edd65ee8e Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Wed, 20 Jan 2016 06:43:46 -0800 Subject: [PATCH] Fix typos and minor errors in comments --- src/impl/cached_realm_base.hpp | 2 +- src/results.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/impl/cached_realm_base.hpp b/src/impl/cached_realm_base.hpp index 57feceb5..c734d453 100644 --- a/src/impl/cached_realm_base.hpp +++ b/src/impl/cached_realm_base.hpp @@ -27,7 +27,7 @@ class Realm; namespace _impl { -// CachedRealm stores a weak reference to a Realm instance, along with all of +// CachedRealmBase stores a weak reference to a Realm instance, along with all of // the information about a Realm that needs to be accessed from other threads. // This is needed to avoid forming strong references to the Realm instances on // other threads, which can produce deadlocks when the last strong reference to diff --git a/src/results.cpp b/src/results.cpp index cba5e1f7..2916daf7 100644 --- a/src/results.cpp +++ b/src/results.cpp @@ -376,8 +376,8 @@ AsyncQueryCancelationToken Results::async(std::function