diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/src/main/kotlin/ProtocolTranslator.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/src/main/kotlin/ProtocolTranslator.kt b/lib/src/main/kotlin/ProtocolTranslator.kt index 86564a5..24c4f90 100644 --- a/lib/src/main/kotlin/ProtocolTranslator.kt +++ b/lib/src/main/kotlin/ProtocolTranslator.kt @@ -21,7 +21,7 @@ interface ProtocolTranslator { * been received. * * @param msize The maximum length, in bytes, that the client will ever generate or expect to receive in a single - * 9P message. + * 9P message. * @param version Should be "9P2000", which is the only defined value. * @throws except.InvalidMessageException if the received message is invalid. * @throws except.RErrorException if the received message is an R-error message. |