From 4442b1304e50f836b8e0918a038e2ee5ac9c27fe Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Tue, 28 May 2019 17:48:15 +1000 Subject: [PATCH] Trivial typo fix --- src/runtime/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/runtime.go b/src/runtime/runtime.go index 8a1856d5..8657b600 100644 --- a/src/runtime/runtime.go +++ b/src/runtime/runtime.go @@ -10,7 +10,7 @@ const Compiler = "tinygo" // package. func initAll() -// A function call to this function is replaced withone of the following, +// A function call to this function is replaced with one of the following, // depending on whether the scheduler is necessary: // // Without scheduler: