Unverified Commit eee42492 authored by Francisco Massa's avatar Francisco Massa Committed by GitHub
Browse files

[FBcode->GH] Fix spelling in comment (#3663)

parent 512ea299
...@@ -60,7 +60,7 @@ at::Tensor qnms_kernel_impl( ...@@ -60,7 +60,7 @@ at::Tensor qnms_kernel_impl(
continue; continue;
keep[num_to_keep++] = i; keep[num_to_keep++] = i;
// We explicitely cast coordinates to float so that the code can be // We explicitly cast coordinates to float so that the code can be
// vectorized. // vectorized.
float ix1val = x1[i].val_; float ix1val = x1[i].val_;
float iy1val = y1[i].val_; float iy1val = y1[i].val_;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment