From 85757eb47c12696fec5632f60b12a7333ef59670 Mon Sep 17 00:00:00 2001
From: Markus Pilman <markus.pilman@snowflake.com>
Date: Wed, 20 Apr 2022 15:30:42 -0600
Subject: [PATCH] Update flow/Trace.cpp

---
 flow/Trace.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flow/Trace.cpp b/flow/Trace.cpp
index f4e6b77375..390e594112 100644
--- a/flow/Trace.cpp
+++ b/flow/Trace.cpp
@@ -397,7 +397,7 @@ public:
 		bufferLength += fields.sizeBytes();
 
 		if (g_network && g_network->isSimulated()) {
-			// If we have queued up a large number of events in simulation, then throw an error. This makes it easier to
+			// Throw an error if we have queued up a large number of events in simulation. This makes it easier to
 			// diagnose cases where we get stuck in a loop logging trace events that eventually runs out of memory.
 			// Without this we would never see any trace events from that loop, and it would be more difficult to
 			// identify where the process is actually stuck.