From 411ec16a5f63fab8b74f2794901068a00962f424 Mon Sep 17 00:00:00 2001
From: scott snyder <snyder@bnl.gov>
Date: Sat, 20 Jun 2020 21:17:15 +0200
Subject: [PATCH] fix typo

---
 HLT/Trigger/TrigControl/TrigPSC/src/Psc.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HLT/Trigger/TrigControl/TrigPSC/src/Psc.cxx b/HLT/Trigger/TrigControl/TrigPSC/src/Psc.cxx
index 8135e5866e3..0d06488d735 100644
--- a/HLT/Trigger/TrigControl/TrigPSC/src/Psc.cxx
+++ b/HLT/Trigger/TrigControl/TrigPSC/src/Psc.cxx
@@ -533,7 +533,7 @@ bool psc::Psc::prepareForRun (const ptree& args)
 
     // This dance is needed to prevent RV optimization.
     // Otherwise, the optimizer loses the ATLAS_THREAD_SAFE attribute
-e    // on RET before the thread-safety checker gets to see the code.
+    // on RET before the thread-safety checker gets to see the code.
     if (ret.isSuccess()) {
       return StatusCode (StatusCode::SUCCESS);
     }
-- 
GitLab