Skip to content

Commit ca45fef

Browse files
authored
doc: fix typo in code block minimize-itt-api-overhead.rst (#187)
fix typo in code block minimize-itt-api-overhead.rst
1 parent 3a93115 commit ca45fef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/minimize-itt-api-overhead.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ these domains to control the level of detail that is written to the trace file.
6060
__itt_domain* detailed = __itt_domain_create(L"MyFunction.Detailed");
6161
6262
// Create string handles at global scope.
63-
__itt_string_handle* h_my_funcion = __itt_string_handle_create(L"MyFunction");
63+
__itt_string_handle* h_my_function = __itt_string_handle_create(L"MyFunction");
6464
void MyFunction(int arg)
6565
{
6666
__itt_task_begin(basic, __itt_null, __itt_null, h_my_function);

0 commit comments

Comments
 (0)