summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_state.c
diff options
context:
space:
mode:
authorLars Ellenberg2018-12-20 17:23:36 +0100
committerJens Axboe2018-12-20 17:51:30 +0100
commita2823ea92024e6cb8124bf49a055261a8508a795 (patch)
treea7d9577f033dcd99bcb82d6e313f79bd5e641fe9 /drivers/block/drbd/drbd_state.c
parentdrbd: reject attach of unsuitable uuids even if connected (diff)
downloadkernel-qcow2-linux-a2823ea92024e6cb8124bf49a055261a8508a795.tar.gz
kernel-qcow2-linux-a2823ea92024e6cb8124bf49a055261a8508a795.tar.xz
kernel-qcow2-linux-a2823ea92024e6cb8124bf49a055261a8508a795.zip
drbd: fix comment typos
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/drbd/drbd_state.c')
-rw-r--r--drivers/block/drbd/drbd_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_state.c b/drivers/block/drbd/drbd_state.c
index 18d53fe60d1d..883155657273 100644
--- a/drivers/block/drbd/drbd_state.c
+++ b/drivers/block/drbd/drbd_state.c
@@ -1124,7 +1124,7 @@ static union drbd_state sanitize_state(struct drbd_device *device, union drbd_st
ns.pdsk = D_UP_TO_DATE;
}
- /* Implications of the connection stat on the disk states */
+ /* Implications of the connection state on the disk states */
disk_min = D_DISKLESS;
disk_max = D_UP_TO_DATE;
pdsk_min = D_INCONSISTENT;