diff --git a/openpgp-card/src/apdu/command.rs b/openpgp-card/src/apdu/command.rs index e635c00..e80a4f9 100644 --- a/openpgp-card/src/apdu/command.rs +++ b/openpgp-card/src/apdu/command.rs @@ -32,7 +32,7 @@ impl Command { } pub(crate) fn serialize(&self, ext: Le) -> Result> { - // Set OpenPGP card spec, chapter 7 (pg 47) + // See OpenPGP card spec, chapter 7 (pg 47) // FIXME: 1) get "ext" information (how long can commands and // responses be),