Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Mar 27, 2024
1 parent 0de9f9b commit fc7b821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/cudf/utilities/type_checks.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ bool column_scalar_types_equal(column_view const& col, scalar const& slr);
* - For struct types, the type of each field are compared in order.
* - For all other types, the `id` of `data_type` is compared.
*
* @param lhs The first `scalar to compare
* @param rhs The second `scalar to compare
* @param lhs The first `scalar` to compare
* @param rhs The second `scalar` to compare
* @return true if scalar types match
*/
bool scalar_types_equal(scalar const& lhs, scalar const& rhs);
Expand Down

0 comments on commit fc7b821

Please sign in to comment.