From 4d19cc0dbe3c9e7ccdb88f84f981efa2505a4758 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Sat, 21 Aug 2021 12:32:47 +0200 Subject: [PATCH] Fix typo --- openpgp-card/src/apdu/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),