Fixed comment typos

This commit is contained in:
Casey Langen 2020-11-09 21:29:32 -08:00
parent 29cf272d9c
commit 0de01ed486

View File

@ -298,9 +298,9 @@ void RemoteLibrary::RunQueryOnLoopback(QueryContextPtr context) {
if (context) {
/* do everything via loopback to the local library for testing. we do, however,
go through the motions by serializing the inbound query to a string, then
bouncing through the QueryRegister to create a new instance, run the query
bouncing through the QueryRegistry to create a new instance, run the query
locally, serialize the result, then deserialize it again to emulate the entire
flow. */
round trip. */
auto localLibrary = LibraryFactory::Instance().DefaultLocalLibrary();
localLibrary->SetMessageQueue(*this->messageQueue);