about summary refs log tree commit diff stats
path: root/shell
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-08 18:05:36 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-03-08 18:05:36 -0800
commitaaf2941bfeeb73c8b611d02bfe7d0d7b952c42a6 (patch)
treef3bd1c9ab592143e90a34b127b541b1119c6191d /shell
parentd124be9cb68a7d46fddc59e4e107ffdf6fb07508 (diff)
downloadmu-aaf2941bfeeb73c8b611d02bfe7d0d7b952c42a6.tar.gz
.
Diffstat (limited to 'shell')
-rw-r--r--shell/sandbox.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/sandbox.mu b/shell/sandbox.mu
index 37e94c12..46dc21f1 100644
--- a/shell/sandbox.mu
+++ b/shell/sandbox.mu
@@ -214,7 +214,7 @@ fn test-run-with-spaces {
   var sandbox-storage: sandbox
   var sandbox/esi: (addr sandbox) <- address sandbox-storage
   initialize-sandbox sandbox
-  # type "1"
+  # type input with whitespace before and after
   edit-sandbox sandbox, 0x20/space
   edit-sandbox sandbox, 0x31/1
   edit-sandbox sandbox, 0x20/space