diff options
Diffstat (limited to 'xlators/cluster/afr/src/afr-self-heal-metadata.c')
-rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-metadata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-metadata.c b/xlators/cluster/afr/src/afr-self-heal-metadata.c index 7333f939ae5..b08bd4ebe34 100644 --- a/xlators/cluster/afr/src/afr-self-heal-metadata.c +++ b/xlators/cluster/afr/src/afr-self-heal-metadata.c @@ -116,7 +116,7 @@ mtime_ns(struct iatt *ia) /* * When directory content is modified, [mc]time is updated. On * Linux, the filesystem does it, while at least on NetBSD, the - * kernel file-system independant code does it. This means that + * kernel file-system independent code does it. This means that * when entries are added while bricks are down, the kernel sends * a SETATTR [mc]time which will cause metadata split brain for * the directory. In this case, clear the split brain by finding |