aboutsummaryrefslogtreecommitdiffstats
path: root/prog/prog.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-05-03 13:02:52 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-05-05 14:01:52 +0200
commit577e2c45a7bcaf974ef661442dc4cd52339e8953 (patch)
tree22b8445e9914166a54d4db777873a1093c2f7d85 /prog/prog.go
parent9941337c5f7cfa2f5c0d19c53f0bb9a2444f43ce (diff)
prog: fix stale comment
Diffstat (limited to 'prog/prog.go')
-rw-r--r--prog/prog.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/prog.go b/prog/prog.go
index dc1c8dd6c..00e290175 100644
--- a/prog/prog.go
+++ b/prog/prog.go
@@ -56,7 +56,7 @@ func (arg *ConstArg) Size() uint64 {
return arg.typ.Size()
}
-// Value returns value, pid stride and endianness.
+// Value returns value and pid stride.
func (arg *ConstArg) Value() (uint64, uint64) {
switch typ := (*arg).Type().(type) {
case *IntType: