Skip to content

Commit 34acf27

Browse files
nicebertshiltian
andcommitted
Update offload/libomptarget/OpenMP/API.cpp
Co-authored-by: Shilei Tian <[email protected]>
1 parent 9d97424 commit 34acf27

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
@@ -221,7 +221,7 @@ EXTERN int omp_target_is_accessible(const void *Ptr, size_t Size,
221221
return true;
222222
}
223223

224-
// the device number must refer to a valid device
224+
// The device number must refer to a valid device
225225
auto DeviceOrErr = PM->getDevice(DeviceNum);
226226
if (!DeviceOrErr)
227227
FATAL_MESSAGE(DeviceNum, "%s", toString(DeviceOrErr.takeError()).c_str());

0 commit comments

Comments
 (0)