aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm
diff options
context:
space:
mode:
Diffstat (limited to 'core/vm')
-rw-r--r--core/vm/vm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vm/vm.go b/core/vm/vm.go
index 780320d2b..cf790db0b 100644
--- a/core/vm/vm.go
+++ b/core/vm/vm.go
@@ -57,7 +57,7 @@ func Register(idx uint8, c createFunc) {
createFuncs[idx] = c
}
-// NewExecPack creates a ExecPack instance, and create all VM instance.
+// NewExecPack creates a ExecPack instance, and create all VM instances.
func NewExecPack(context *Context, stateDB StateDB, chainConfig *params.ChainConfig, vmConfigs [NUMS]interface{}) ExecPack {
p := ExecPack{
Context: context,
log msg
path: root/ports-mgmt/portaudit/database
Commit message (Expand)AuthorAgeFilesLines
* Add some more examples (inn, apache) to test combined >= & < relationseik2004-01-291-1/+10