diff options
author | Werner Koch <wk@gnupg.org> | 2014-11-19 10:31:49 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-11-19 10:47:57 +0100 |
commit | 592faa7dc4692e0814a9cc93f8b1c0cc2598704f (patch) | |
tree | 82281fb87b143fe43c4a8b7e9483857905b58a97 /g10/card-util.c | |
parent | Add "gpgconf --kill dirmngr" and avoid useless launch before a kill. (diff) | |
download | gnupg2-592faa7dc4692e0814a9cc93f8b1c0cc2598704f.tar.xz gnupg2-592faa7dc4692e0814a9cc93f8b1c0cc2598704f.zip |
Comment typo fixes.
--
Diffstat (limited to 'g10/card-util.c')
-rw-r--r-- | g10/card-util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/card-util.c b/g10/card-util.c index 37fa9a672..3d5c43c3e 100644 --- a/g10/card-util.c +++ b/g10/card-util.c @@ -215,8 +215,8 @@ get_manufacturer (unsigned int no) case 0xF517: return "FSIJ"; - /* 0x00000 and 0xFFFF are defined as test cards per spec, - 0xFFF00 to 0xFFFE are assigned for use with randomly created + /* 0x0000 and 0xFFFF are defined as test cards per spec, + 0xFF00 to 0xFFFE are assigned for use with randomly created serial numbers. */ case 0x0000: case 0xffff: return "test card"; |