Skip to content

Commit b33b27e

Browse files
nicebertshiltian
andauthored
Update offload/libomptarget/OpenMP/API.cpp
Co-authored-by: Shilei Tian <[email protected]>
1 parent 025d36e commit b33b27e

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

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

0 commit comments

Comments
 (0)