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

Correct typos in comments


Correct four typos in the comments of the Drbd types file.

Signed-off-by: default avatarMichele Tartara <mtartara@google.com>
Reviewed-by: default avatarBernardo Dal Seno <bdalseno@google.com>
parent 2d1c753d
No related branches found
No related tags found
No related merge requests found
......@@ -144,8 +144,8 @@ data ConnState
| Unconnected -- ^ Prior to a connection attempt
| Timeout -- ^ Following a timeout in the communication
| BrokenPipe -- ^ After the connection to the peer was lost
| NetworkFailure -- ^ After the connection to the parner was lost
| ProtocolError -- ^ After the connection to the parner was lost
| NetworkFailure -- ^ After the connection to the partner was lost
| ProtocolError -- ^ After the connection to the partner was lost
| TearDown -- ^ The peer is closing the connection
| WFConnection -- ^ Waiting for the peer to become visible
| WFReportParams -- ^ Waiting for first packet from peer
......@@ -159,8 +159,8 @@ data ConnState
| SyncTarget -- ^ Target of a running synchronization
| PausedSyncS -- ^ Source of a paused synchronization
| PausedSyncT -- ^ Target of a paused synchronization
| VerifyS -- ^ Source of an running verification
| VerifyT -- ^ Target of an running verification
| VerifyS -- ^ Source of a running verification
| VerifyT -- ^ Target of a running verification
| Unconfigured -- ^ The device is not configured
deriving (Show, Eq)
......
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