From 55b54866fb50f264b064b20814679385ffd2847c Mon Sep 17 00:00:00 2001 From: "Manocha, Rahul" Date: Fri, 15 Aug 2025 16:00:04 -0700 Subject: [PATCH] SWDEV-546295 - Fix typo in hipMemcpy3DOperand (#341) Fix typo in hipMemcpy3DOperand Co-authored-by: Rahul Manocha --- include/hip/driver_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hip/driver_types.h b/include/hip/driver_types.h index 4d8f000712..e9e68b0921 100644 --- a/include/hip/driver_types.h +++ b/include/hip/driver_types.h @@ -528,7 +528,7 @@ typedef struct hipMemcpy3DOperand { hipOffset3D offset; ///< Offset into array in elements. } array; } op; -} hipMemcy3DOperand; +} hipMemcpy3DOperand; /** * HIP 3D Batch Op