Skip to content
Snippets Groups Projects

CaloCondBlobObjs: Fix typo in comments.

Merged Scott Snyder requested to merge ssnyder/athena:typo.CaloCondBlobObjs-20201011 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -152,8 +152,8 @@ class CaloCondBlobBase{
@@ -152,8 +152,8 @@ class CaloCondBlobBase{
/** @brief Returns the BLOB start address as uint32_t pointer. */
/** @brief Returns the BLOB start address as uint32_t pointer. */
uint32_t* getBlobStart();
uint32_t* getBlobStart();
/** @brief Non-const reference to the BLOB
/** @brief Non-const reference to the BLOB.
(Only present if we were created with a non-const blob. */
(Only present if we were created with a non-const blob.) */
coral::Blob* m_blob_nc;
coral::Blob* m_blob_nc;
/** @brief Const reference to the BLOB (always there) */
/** @brief Const reference to the BLOB (always there) */
Loading