Skip to content
Snippets Groups Projects

AthContainersInterfaces+AthContainers: Fix a typo in comments.

Merged Scott Snyder requested to merge ssnyder/athena:typo.AthContainersInterfaces-20240516 into main
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -325,7 +325,7 @@ public:
* @param auxid The aux data item being operated on.
* @param dst Container for the destination vector.
* Declared as a rvalue reference to allow passing a temporary
* here (such as from AuvVectorInterface).
* here (such as from AuxVectorInterface).
* @param dst_index Index of the first destination element in the vector.
* @param src Container for the source vector.
* @param src_index Index of the first source element in the vector.
Loading