aboutsummaryrefslogtreecommitdiff
path: root/fsck.go
diff options
context:
space:
mode:
Diffstat (limited to 'fsck.go')
-rw-r--r--fsck.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/fsck.go b/fsck.go
index 07e1a88..31033de 100644
--- a/fsck.go
+++ b/fsck.go
@@ -36,7 +36,7 @@ func (ck *fsckObj) markCorrupt(path string) {
ck.corruptListLock.Unlock()
}
-// Watch for mitigated corruptions that occour during OpenDir()
+// Watch for mitigated corruptions that occur during OpenDir()
func (ck *fsckObj) watchMitigatedCorruptionsOpenDir(path string) {
for {
select {
@@ -95,7 +95,7 @@ func (ck *fsckObj) symlink(path string) {
}
}
-// Watch for mitigated corruptions that occour during Read()
+// Watch for mitigated corruptions that occur during Read()
func (ck *fsckObj) watchMitigatedCorruptionsRead(path string) {
for {
select {
@@ -165,7 +165,7 @@ func (ck *fsckObj) file(path string) {
}
}
-// Watch for mitigated corruptions that occour during ListXAttr()
+// Watch for mitigated corruptions that occur during ListXAttr()
func (ck *fsckObj) watchMitigatedCorruptionsListXAttr(path string) {
for {
select {