feat: fix typos

This commit is contained in:
shivay
2023-03-24 12:22:18 +01:00
committed by Damian Gryski
parent 4b0e56cbec
commit d73e12db63
9 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -544,7 +544,7 @@ func (b *builder) createRunDefers() {
forwardParams = append(forwardParams, forwardParam)
}
// Plain TinyGo functions add some extra parameters to implement async functionality and function recievers.
// Plain TinyGo functions add some extra parameters to implement async functionality and function receivers.
// These parameters should not be supplied when calling into an external C/ASM function.
if !b.getFunctionInfo(callback).exported {
// Add the context parameter. We know it is ignored by the receiving