aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
diff options
context:
space:
mode:
authorBob Peterson <rpeterso@redhat.com>2018-01-25 10:12:31 -0700
committerBob Peterson <rpeterso@redhat.com>2018-01-25 10:18:06 -0700
commit4519eaad724e868a5fd1f82123eefebcaed775ad (patch)
tree3e641a82e0d9d00b36745c8e59296cdae3ed7286 /fs/gfs2
parentGFS2: Log the reason for log flushes in every log header (diff)
downloadlinux-dev-4519eaad724e868a5fd1f82123eefebcaed775ad.tar.xz
linux-dev-4519eaad724e868a5fd1f82123eefebcaed775ad.zip
GFS2: Fix minor comment typo
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r--fs/gfs2/lops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/lops.c b/fs/gfs2/lops.c
index 4a60221c678f..4d6567990baf 100644
--- a/fs/gfs2/lops.c
+++ b/fs/gfs2/lops.c
@@ -162,7 +162,7 @@ u64 gfs2_log_bmap(struct gfs2_sbd *sdp)
* @bvec: The bio_vec
* @error: The i/o status
*
- * This finds the relavent buffers and unlocks then and sets the
+ * This finds the relevant buffers and unlocks them and sets the
* error flag according to the status of the i/o request. This is
* used when the log is writing data which has an in-place version
* that is pinned in the pagecache.