diff options
author | Justin Clift <[email protected]> | 2019-05-28 17:48:15 +1000 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-05-28 09:55:35 +0200 |
commit | 4442b1304e50f836b8e0918a038e2ee5ac9c27fe (patch) | |
tree | e39ca705ae410de03dfdeeab895c8b01dbf42dec /src/runtime/runtime.go | |
parent | 83ab61e261b2c26e223ad5999165145d619477fa (diff) | |
download | tinygo-4442b1304e50f836b8e0918a038e2ee5ac9c27fe.tar.gz tinygo-4442b1304e50f836b8e0918a038e2ee5ac9c27fe.zip |
Trivial typo fix
Diffstat (limited to 'src/runtime/runtime.go')
-rw-r--r-- | src/runtime/runtime.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime.go b/src/runtime/runtime.go index 8a1856d56..8657b6009 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: |