diff --git a/cpp/include/cudf/detail/scatter.cuh b/cpp/include/cudf/detail/scatter.cuh
index a0dc4a7687c..410cd213618 100644
--- a/cpp/include/cudf/detail/scatter.cuh
+++ b/cpp/include/cudf/detail/scatter.cuh
@@ -444,7 +444,7 @@ std::unique_ptr
scatter(
auto contents = col->release();
// Children null_mask will be superimposed during structs column construction.
- col = cudf::make_structs_column(num_rows,
+ col = cudf::make_structs_column(num_rows,
std::move(contents.children),
null_count,
std::move(*contents.null_mask),