aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/CLKernelLibrary.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/CLKernelLibrary.h')
-rw-r--r--arm_compute/core/CL/CLKernelLibrary.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/core/CL/CLKernelLibrary.h b/arm_compute/core/CL/CLKernelLibrary.h
index 8e2bb66684..25c7f75ba6 100644
--- a/arm_compute/core/CL/CLKernelLibrary.h
+++ b/arm_compute/core/CL/CLKernelLibrary.h
@@ -227,8 +227,8 @@ public:
return _kernel_path;
};
/** Gets the source of the selected program
- *
- * @param[in] program_name Program name.
+ *
+ * @param[in] program_name Program name.
*/
std::string get_program_source(const std::string &program_name);
/** Sets the CL context used to create programs.