Skip to content

Commit 35e5487

Browse files
committed
Fix previous clarification
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 938de94 commit 35e5487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/design/DeviceAspectTraitDesign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ due to the special case where the driver finds no configuration for a target and
6868
must assume that there exists some device that supports any given aspect. Since
6969
the driver has no way of knowing all possible aspects, we use a catch-all macro
7070
to denote this case instead. This is not needed for $A^{all}_t$ for any target
71-
$t$, as it will always be the intersection of finite sets of aspects.
71+
$t$, as it will always be a finite set of aspects.
7272

7373
## Changes to the device headers
7474

0 commit comments

Comments
 (0)