File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ static void HandleDefaultTargetOffload() {
33
33
if (TargetOffloadPolicy == tgt_default) {
34
34
if (omp_get_num_devices () > 0 ) {
35
35
DP (" Default TARGET OFFLOAD policy is now mandatory "
36
- " (devicew were found)\n " );
36
+ " (devices were found)\n " );
37
37
TargetOffloadPolicy = tgt_mandatory;
38
38
} else {
39
39
DP (" Default TARGET OFFLOAD policy is now disabled "
40
- " (devices were not found)\n " );
40
+ " (no devices were found)\n " );
41
41
TargetOffloadPolicy = tgt_disabled;
42
42
}
43
43
}
@@ -57,8 +57,8 @@ static void HandleTargetOutcome(bool success) {
57
57
}
58
58
break ;
59
59
case tgt_default:
60
- FATAL_MESSAGE0 (1 , " default offloading policy must switched to "
61
- " mandatory or disabled" );
60
+ FATAL_MESSAGE0 (1 , " default offloading policy must be switched to "
61
+ " mandatory or disabled" );
62
62
break ;
63
63
case tgt_mandatory:
64
64
if (!success) {
You can’t perform that action at this time.
0 commit comments