Skip to content

Commit ce2fa89

Browse files
committed
Fix typo
1 parent f74ac7a commit ce2fa89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naga/src/proc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ impl crate::Module {
972972
continue;
973973
}
974974

975-
// if we have a ray tracing pipeline shader we are definitly using
975+
// if we have a ray tracing pipeline shader we are definitely using
976976
// pipelines, otherwise, if we have a ray tracing type, we might
977977
// be using it in the shader (which would require ray queries),
978978
// so we should use queries.

0 commit comments

Comments
 (0)