Skip to content

Commit cb055f1

Browse files
committed
Update the comment where pipulating input array with frequencies
1 parent 3857ffc commit cb055f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/fft/dpnp_utils_fft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ def dpnp_fillfreq(a, m, n, val):
707707
exec_q = a.sycl_queue
708708
_manager = dpctl.utils.SequentialOrderManager[exec_q]
709709

710-
# it's assumed there is no dependent events to fill the array
710+
# it's assumed there are no dependent events to populate the array
711711
ht_lin_ev, lin_ev = ti._linspace_step(0, 1, a[:m].get_array(), exec_q)
712712
_manager.add_event_pair(ht_lin_ev, lin_ev)
713713

0 commit comments

Comments
 (0)