Skip to content

Commit d9f3e69

Browse files
crepererumCopilot
andauthored
fix: typo
Co-authored-by: Copilot <[email protected]>
1 parent 0c44aac commit d9f3e69

File tree

1 file changed

+1
-1
lines changed
  • host/tests/integration_tests/evil

1 file changed

+1
-1
lines changed

host/tests/integration_tests/evil/spin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async fn test_udfs() {
7777
/// - **future completes:** In that case the evil payload probably doesn't spin at all or not correctly.
7878
/// - **hang:** The test just hangs forever. In that case the future does not correctly yield back to the tokio
7979
/// runtime, either because it is actually pinning the CPU or because it is waiting for something (i.e. thread is
80-
/// suspended). That would be a legitimate bug since the evil paylod should not be able to force the host into a
80+
/// suspended). That would be a legitimate bug since the evil payload should not be able to force the host into a
8181
/// hanging state.
8282
async fn assert_timeout<Fut>(fut: Fut)
8383
where

0 commit comments

Comments
 (0)