Skip to content
Snippets Groups Projects
Commit c816a371 authored by Michele Tartara's avatar Michele Tartara
Browse files

Fix typo in the DRBD parser types file


A missing letter has been added to a docstring.

Signed-off-by: default avatarMichele Tartara <mtartara@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 58997abb
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@ data PerfIndicators = PerfIndicators
, diskRead :: Int -- ^ KiB of data read from local disk
, activityLog :: Int -- ^ Number of updates of the activity log
, bitMap :: Int -- ^ Number of updates to the bitmap area of the metadata
, localCount :: Int -- ^ Number of open requests to te local I/O subsystem
, localCount :: Int -- ^ Number of open requests to the local I/O subsystem
, pending :: Int -- ^ Num of requests sent to the partner but not yet answered
, unacknowledged :: Int -- ^ Num of requests received by the partner but still
-- to be answered
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment