summaryrefslogtreecommitdiff
path: root/vendor/github.com/bytedance/sonic/loader/internal/iasm/expr
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/bytedance/sonic/loader/internal/iasm/expr')
-rw-r--r--vendor/github.com/bytedance/sonic/loader/internal/iasm/expr/errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/bytedance/sonic/loader/internal/iasm/expr/errors.go b/vendor/github.com/bytedance/sonic/loader/internal/iasm/expr/errors.go
index 791c18bd6..ca27b04c7 100644
--- a/vendor/github.com/bytedance/sonic/loader/internal/iasm/expr/errors.go
+++ b/vendor/github.com/bytedance/sonic/loader/internal/iasm/expr/errors.go
@@ -37,7 +37,7 @@ func (self *SyntaxError) Error() string {
return fmt.Sprintf("Syntax error at position %d: %s", self.Pos, self.Reason)
}
-// RuntimeError is an error which would occure at run time.
+// RuntimeError is an error which would occur at run time.
type RuntimeError struct {
Reason string
}