Skip to content

Commit

Permalink
gfs2: Fix minor typo: couln't versus couldn't.
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Peterson <[email protected]>
  • Loading branch information
AstralBob committed Oct 19, 2018
1 parent c9e58fb commit 8e31582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/gfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ void gfs2_freeze_func(struct work_struct *work)
error = gfs2_glock_nq_init(sdp->sd_freeze_gl, LM_ST_SHARED, 0,
&freeze_gh);
if (error) {
printk(KERN_INFO "GFS2: couln't get freeze lock : %d\n", error);
printk(KERN_INFO "GFS2: couldn't get freeze lock : %d\n", error);
gfs2_assert_withdraw(sdp, 0);
}
else {
Expand Down

0 comments on commit 8e31582

Please sign in to comment.