Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Sep 30, 2024
1 parent 1c8061e commit 5329877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/podio/detail/PreprocessorMacros.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define PODIO_DETAIL_PREPROCESSORMACROS_H

// Preprocessor helper macros for concatenating tokens at preprocessing times
// Necessary because we use __COUNTER__ below for unique names of static
// Necessary because we use __COUNTER__ for unique names of static
// variables for values returned by registration function calls
#define PODIO_PP_CONCAT_IMPL(x, y) x##y
#define PODIO_PP_CONCAT(x, y) PODIO_PP_CONCAT_IMPL(x, y)
Expand Down

0 comments on commit 5329877

Please sign in to comment.