Skip to content

Commit 78d561c

Browse files
Apply suggestions from code review
Co-authored-by: Sergey Semenov <[email protected]>
1 parent c61c894 commit 78d561c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/include/CL/sycl/INTEL/esimd/esimd_memory.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ ESIMD_NODEBUG ESIMD_INLINE
715715
/// Media block load.
716716
///
717717
/// \tparam T is the element data type.
718-
/// \tparam m is the hight of the 2D block.
718+
/// \tparam m is the height of the 2D block.
719719
/// \tparam n is the width of the 2D block.
720720
/// \tparam AccessorTy is type of the SYCL accessor.
721721
/// \tparam plane is planar surface index.
@@ -757,7 +757,7 @@ media_block_load(AccessorTy acc, unsigned x, unsigned y) {
757757
/// Media block store.
758758
///
759759
/// \tparam T is the element data type.
760-
/// \tparam m is the hight of the 2D block.
760+
/// \tparam m is the height of the 2D block.
761761
/// \tparam n is the width of the 2D block.
762762
/// \tparam is AccessorTy type of the SYCL accessor.
763763
/// \tparam plane is planar surface index.

0 commit comments

Comments
 (0)