Skip to content

Commit c589133

Browse files
committed
Another comment change.
1 parent 1ad9574 commit c589133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/libomptarget/omptarget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1914,7 +1914,7 @@ static int processDataBefore(ident_t *Loc, int64_t DeviceId, void *HostPtr,
19141914
void *HstPteeBegin = nullptr;
19151915
if (IsAttach) {
19161916
// For corresponding-pointer-initialization, Args[I] is HstPteeBegin,
1917-
// ArgBases[I] is HstPtrBase
1917+
// and ArgBases[I] is both HstPtrBase/HstPtrBegin.
19181918
HstPteeBase = *reinterpret_cast<void **>(HstPtrBase);
19191919
HstPteeBegin = Args[I];
19201920
HstPtrBegin = ArgBases[I];

0 commit comments

Comments
 (0)