aboutsummaryrefslogtreecommitdiff
path: root/internal/inomap
diff options
context:
space:
mode:
authorJakob Unterwurzacher2020-05-10 00:25:49 +0200
committerJakob Unterwurzacher2020-05-10 00:25:49 +0200
commitead7008a08f9ace4591ebbc03e63fdc7ef37e502 (patch)
tree0cb34d38b9e390e410acd98d7c22bc1de205d73f /internal/inomap
parent1d145be5a17df104a7c9260c7c93b9186688659e (diff)
Fix spelling mistakes found by misspell
https://github.com/client9/misspell
Diffstat (limited to 'internal/inomap')
-rw-r--r--internal/inomap/inomap.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/inomap/inomap.go b/internal/inomap/inomap.go
index fb6faf6..64bb174 100644
--- a/internal/inomap/inomap.go
+++ b/internal/inomap/inomap.go
@@ -97,7 +97,7 @@ func (m *InoMap) Translate(in QIno) (out uint64) {
return out
}
-// TranslateStat translates the inode number contained in "st" if neccessary.
+// TranslateStat translates the inode number contained in "st" if necessary.
// Convience wrapper around Translate().
func (m *InoMap) TranslateStat(st *syscall.Stat_t) {
in := QInoFromStat(st)