From 6502e67ce8c1f70215174017d8c6932dbab67bab Mon Sep 17 00:00:00 2001 From: DevmateXplatTypoFixes Bot Date: Tue, 21 Apr 2026 07:04:21 -0700 Subject: [PATCH] xplat/executorch/examples/qualcomm/custom_op/example_op_package_htp/ExampleOpPackage/src/ExampleOpPackageInterface.cpp Differential Revision: D100956155 --- .../ExampleOpPackage/src/ExampleOpPackageInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/qualcomm/custom_op/example_op_package_htp/ExampleOpPackage/src/ExampleOpPackageInterface.cpp b/examples/qualcomm/custom_op/example_op_package_htp/ExampleOpPackage/src/ExampleOpPackageInterface.cpp index 8eeca16e982..25eb5b1c4b8 100644 --- a/examples/qualcomm/custom_op/example_op_package_htp/ExampleOpPackage/src/ExampleOpPackageInterface.cpp +++ b/examples/qualcomm/custom_op/example_op_package_htp/ExampleOpPackage/src/ExampleOpPackageInterface.cpp @@ -105,7 +105,7 @@ INIT_PACKAGE_PARAM_ORDER_DEF() * needs to be global in the package * one list per package * for listing op names which support per-channel quantization - * per-axis quantization info of an op is embeded in axisScaleOffsetEncoding + * per-axis quantization info of an op is embedded in axisScaleOffsetEncoding * inside Qnn_Tensor_t types * HTP backend only supports per-channel scale ops * i.e. along last dimension, offset is always zero