This commit is contained in:
Vassil Vassilev 2019-03-20 22:59:02 +02:00 committed by SFT
parent e7b7b6c247
commit 27f03abc6c

View File

@ -346,7 +346,7 @@ namespace cling {
}
// When not using C++ modules, we now have a PCH and we can safely setup
// our callbacks without fearing that they get ovewritten by clang code.
// our callbacks without fearing that they get overwritten by clang code.
// The modules setup is handled above.
if (!usingCxxModules) {
setupCallbacks(*this, parentInterp);