Skip to content

Commit 0e3bc76

Browse files
Fix typos in docs
1 parent 927471e commit 0e3bc76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • dpctl_ext/tensor/libtensor/include/kernels/elementwise_functions

dpctl_ext/tensor/libtensor/include/kernels/elementwise_functions/cbrt.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
///
3131
/// \file
3232
/// This file defines kernels for elementwise evaluation of CBRT(x)
33-
/// function that compute a square root.
33+
/// function that computes a cube root.
3434
//===---------------------------------------------------------------------===//
3535

3636
#pragma once

dpctl_ext/tensor/libtensor/include/kernels/elementwise_functions/sqrt.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
///
3131
/// \file
3232
/// This file defines kernels for elementwise evaluation of SQRT(x)
33-
/// function that compute a square root.
33+
/// function that computes a square root.
3434
//===---------------------------------------------------------------------===//
3535

3636
#pragma once

0 commit comments

Comments
 (0)