File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
third_party/golang/expansion Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ type Builder interface {
81
81
// 'fsGroup' so that it can be accessed by the pod. This may
82
82
// be called more than once, so implementations must be
83
83
// idempotent.
84
- SetUpAt (dir string , sGroup * int64 ) error
84
+ SetUpAt (dir string , fsGroup * int64 ) error
85
85
// GetAttributes returns the attributes of the builder.
86
86
GetAttributes () Attributes
87
87
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const (
10
10
referenceCloser = ')'
11
11
)
12
12
13
- // syntaxWrap returns the input string wrapped the expansion syntax.
13
+ // syntaxWrap returns the input string wrapped by the expansion syntax.
14
14
func syntaxWrap (input string ) string {
15
15
return string (operator ) + string (referenceOpener ) + input + string (referenceCloser )
16
16
}
You can’t perform that action at this time.
0 commit comments