diff options
Diffstat (limited to 'vendor/github.com/couchbase/vellum/regexp/inst.go')
-rw-r--r-- | vendor/github.com/couchbase/vellum/regexp/inst.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/couchbase/vellum/regexp/inst.go b/vendor/github.com/couchbase/vellum/regexp/inst.go index 61cbf2f333..36f2e602df 100644 --- a/vendor/github.com/couchbase/vellum/regexp/inst.go +++ b/vendor/github.com/couchbase/vellum/regexp/inst.go @@ -27,7 +27,7 @@ const ( OpRange ) -// instSize is the approxmiate size of the an inst struct in bytes +// instSize is the approximate size of the an inst struct in bytes const instSize = 40 type inst struct { |