Skip to content

Commit 588c394

Browse files
committed
Fixes formatting
1 parent 0ccae1d commit 588c394

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
@@ -197,7 +197,7 @@ EXTERN int omp_target_is_present(const void *Ptr, int DeviceNum) {
197197
}
198198

199199
/// Check whether a pointer is accessible from a device.
200-
/// Returns true when accessibility is guaranteed otherwise returns false.
200+
/// Returns true when accessibility is guaranteed otherwise returns false.
201201
EXTERN int omp_target_is_accessible(const void *Ptr, size_t Size,
202202
int DeviceNum) {
203203
TIMESCOPE();

0 commit comments

Comments
 (0)