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

AthenaKernel: Fix a typo in comments.

Fix a typo in comments.
parent 3fb15d0b
No related branches found
No related tags found
No related merge requests found
// This file's extension implies that it's C, but it's really -*- C++ -*-.
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
*/
// $Id: DataBucketTraitFwd.h,v 1.2 2008-04-08 16:05:32 ssnyder Exp $
/**
* @file AthenaKernel/DataBucketTrait.h
* @author scott snyder
......@@ -24,7 +22,7 @@ namespace SG {
/**
* @brief Metafunction to find the proper @c DataBucket class for @c T.
*
* See in Storable_conversions.h for full documentation.
* See in StorableConversions.h for full documentation.
*/
template <class T, class U = T>
struct DataBucketTrait;
......
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