Skip to content
Snippets Groups Projects
Commit 4ce313f3 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'typo.CaloCondBlobObjs-20201011' into 'master'

CaloCondBlobObjs: Fix typo in comments.

See merge request atlas/athena!37193
parents 45514685 bf0fedce
No related branches found
No related tags found
No related merge requests found
......@@ -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