Skip to content

Commit d4ecaf6

Browse files
nicebertshiltian
andcommitted
Fix comment spelling
Co-authored-by: Shilei Tian <[email protected]>
1 parent 34acf27 commit d4ecaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/libomptarget/OpenMP/API.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ EXTERN int omp_target_is_accessible(const void *Ptr, size_t Size,
226226
if (!DeviceOrErr)
227227
FATAL_MESSAGE(DeviceNum, "%s", toString(DeviceOrErr.takeError()).c_str());
228228

229-
// for OpenMP 5.1 the routine checks whether a host pointer is accessible from
229+
// For OpenMP 5.1 the routine checks whether a host pointer is accessible from
230230
// the device this requires for the device to support unified shared memory
231231
if (DeviceOrErr->supportsUnifiedMemory()) {
232232
DP("Device %d supports unified memory, returning true\n", DeviceNum);

0 commit comments

Comments
 (0)