Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Feng-Jiang28 committed May 30, 2024
1 parent e96e251 commit fb012c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cpp/src/cast_string_to_float.cu
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ class string_to_float {
_c = __shfl_down_sync(0xffffffff, _c, 5);
}

// remove the remaining whitespace if exits
// remove the remaining whitespace if exists
remove_leading_whitespace();

// if we're at the end
Expand Down

0 comments on commit fb012c4

Please sign in to comment.