Skip to content

Commit 24f0561

Browse files
committed
Fix spelling.
Signed-off-by: Eric Schweitz <[email protected]>
1 parent ac6ca13 commit 24f0561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/cudaq/builder/kernel_builder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ void invokeCode(ImplicitLocOpBuilder &builder, ExecutionEngine *jit,
11031103
auto thunk = reinterpret_cast<KernelThunkType>(*thunkPtr);
11041104

11051105
// Extract the result offset, which we named.
1106-
auto roName = properName + ".resultOffset";
1106+
auto roName = properName + ".returnOffset";
11071107
auto roPtr = jit->lookup(roName);
11081108
if (!roPtr)
11091109
throw std::runtime_error(

0 commit comments

Comments
 (0)