Skip to content

Commit d1fa402

Browse files
committed
Fix typo
1 parent c0c3425 commit d1fa402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/SilkTouch/SilkTouch/Mods/MixKhronosData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1925,7 +1925,7 @@ static bool IsIntentionalExclusion(string groupName) =>
19251925
static bool IsUngroupable(string groupName) =>
19261926
IsIntentionalExclusion(groupName)
19271927
|| groupName.StartsWith("enums") // these are unnamed
1928-
|| groupName is "cl_device_info"; // bug in cl.xml - see see https://github.com/KhronosGroup/OpenCL-Docs/pull/779
1928+
|| groupName is "cl_device_info"; // bug in cl.xml - see https://github.com/KhronosGroup/OpenCL-Docs/pull/779
19291929

19301930
// ...continued from:
19311931
// https://github.com/dotnet/Silk.NET/blob/d8919600/src/Core/Silk.NET.BuildTools/Converters/Readers/OpenCLReader.cs#L855-L870

0 commit comments

Comments
 (0)