From 841906a4ed99f101a39395ab77c2584bffe83e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Tue, 18 Jun 2019 02:15:35 +0200 Subject: [PATCH] Update comment in scicomm.cpp (#549) While reading this part of code I had hard time understanding the comment, especially the misused `serious`. I tried rewording it slightly. --- src/CalcManager/CEngine/scicomm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CalcManager/CEngine/scicomm.cpp b/src/CalcManager/CEngine/scicomm.cpp index c199501..20790f8 100644 --- a/src/CalcManager/CEngine/scicomm.cpp +++ b/src/CalcManager/CEngine/scicomm.cpp @@ -366,7 +366,7 @@ void CCalcEngine::ProcessCommandWorker(OpCode wParam) { if (!m_bChangeOp) { - // A special goody we are doing to preserve the history, if all was done was serious of unary operations last + // Preserve history, if everything done before was a series of unary operations. CheckAndAddLastBinOpToHistory(false); }