Skip to content

Commit a064b7d

Browse files
committed
fix(raiko): typos CI changes
1 parent 740a1e9 commit a064b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reqactor/src/backend.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ impl Backend {
364364
ProofType::Sp1 => {
365365
let mut available_gpus = self.available_gpus.lock().await;
366366

367-
// We could expect here becuase semaphore is used to limit the concurrency and
367+
// We could expect here because semaphore is used to limit the concurrency and
368368
// available_gpus.len() == semaphore.available_permits() == max_proving_concurrency
369369
let gpu_number = available_gpus
370370
.pop_front()

0 commit comments

Comments
 (0)