about summary refs log tree commit diff
path: root/src/ci/docker/scripts
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2023-04-09 17:35:58 -0400
committerJosh Soref <2119212+jsoref@users.noreply.github.com>2023-04-17 13:36:45 -0400
commit9c8d10a9f32bb87c7e665bc51e9cc6bb5f3b1800 (patch)
tree4590edfe4b7eeca4a010d9d503fb91fcf244612f /src/ci/docker/scripts
parentc6fb7b9815aea87fb5ced1c683212871699c907c (diff)
downloadrust-9c8d10a9f32bb87c7e665bc51e9cc6bb5f3b1800.tar.gz
rust-9c8d10a9f32bb87c7e665bc51e9cc6bb5f3b1800.zip
Spelling src/ci
* architecture
* configures
* preparation
* toolstate
* unknown

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Diffstat (limited to 'src/ci/docker/scripts')
-rw-r--r--src/ci/docker/scripts/qemu-bare-bones-rcS2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/qemu-bare-bones-rcS b/src/ci/docker/scripts/qemu-bare-bones-rcS
index 3c29bedc13c..c5d807b2d7d 100644
--- a/src/ci/docker/scripts/qemu-bare-bones-rcS
+++ b/src/ci/docker/scripts/qemu-bare-bones-rcS
@@ -9,7 +9,7 @@ mount -t sysfs none /sys
 /addentropy < /addentropy
 cat /dev/urandom | head -n 2048 | /addentropy
 
-# Set up IP that qemu expects. This confgures eth0 with the public IP that QEMU
+# Set up IP that qemu expects. This configures eth0 with the public IP that QEMU
 # will communicate to as well as the loopback 127.0.0.1 address.
 ifconfig eth0 10.0.2.15
 ifconfig lo up