summaryrefslogtreecommitdiffstats
path: root/src/utils/process.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/process.rs')
-rw-r--r--src/utils/process.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/process.rs b/src/utils/process.rs
index f3199813..7c3003d8 100644
--- a/src/utils/process.rs
+++ b/src/utils/process.rs
@@ -1170,7 +1170,7 @@ pub mod tests {
#[test]
fn test_process_calling_cmdline() {
- // Github runs CI tests for arm under qemu where where sysinfo can not find the parent process.
+ // GitHub runs CI tests for arm under qemu where sysinfo can not find the parent process.
if std::env::vars().any(|(key, _)| key == "CROSS_RUNNER" || key == "QEMU_LD_PREFIX") {
return;
}