Skip to content

Commit bf01578

Browse files
nicebertshiltian
andauthored
Fix comment spelling
Co-authored-by: Shilei Tian <[email protected]>
1 parent b33b27e commit bf01578

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
@@ -225,7 +225,7 @@ EXTERN int omp_target_is_accessible(const void *Ptr, size_t Size,
225225
if (!DeviceOrErr)
226226
FATAL_MESSAGE(DeviceNum, "%s", toString(DeviceOrErr.takeError()).c_str());
227227

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

0 commit comments

Comments
 (0)