summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files/shtypes.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkglint/files/shtypes.go')
-rw-r--r--pkgtools/pkglint/files/shtypes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgtools/pkglint/files/shtypes.go b/pkgtools/pkglint/files/shtypes.go
index ce7abd3aff5..3268e27edc4 100644
--- a/pkgtools/pkglint/files/shtypes.go
+++ b/pkgtools/pkglint/files/shtypes.go
@@ -39,7 +39,7 @@ func (t ShAtomType) IsWord() bool {
type ShAtom struct {
Type ShAtomType
MkText string
- Quoting ShQuoting
+ Quoting ShQuoting // The quoting state at the end of the token
Data interface{}
}