Skip to content
Snippets Groups Projects
Commit bf0fedce authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

CaloCondBlobObjs: Fix typo in comments.

Fix typo in comments.
parent cf68a9e3
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!37193CaloCondBlobObjs: Fix typo in comments.
......@@ -152,8 +152,8 @@ class CaloCondBlobBase{
/** @brief Returns the BLOB start address as uint32_t pointer. */
uint32_t* getBlobStart();
/** @brief Non-const reference to the BLOB
(Only present if we were created with a non-const blob. */
/** @brief Non-const reference to the BLOB.
(Only present if we were created with a non-const blob.) */
coral::Blob* m_blob_nc;
/** @brief Const reference to the BLOB (always there) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment