diff --git a/cpp/src/arrow/compute/kernels/scalar_temporal.cc b/cpp/src/arrow/compute/kernels/scalar_temporal.cc index d70411f8338..b60e4ef71f0 100644 --- a/cpp/src/arrow/compute/kernels/scalar_temporal.cc +++ b/cpp/src/arrow/compute/kernels/scalar_temporal.cc @@ -122,13 +122,14 @@ struct ZonedLocalizer { // // Executor class for temporal component extractors, i.e. scalar kernels -// with the signature Timestamp -> +// with the signature temporal type -> // // The `Op` parameter is templated on the Duration (which depends on the timestamp // unit) and a Localizer class (depending on whether the timestamp has a // timezone defined). // -template