summaryrefslogtreecommitdiffstats
path: root/sm
diff options
context:
space:
mode:
Diffstat (limited to 'sm')
-rw-r--r--sm/minip12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/minip12.c b/sm/minip12.c
index 9c963d5a2..1e8a49eb5 100644
--- a/sm/minip12.c
+++ b/sm/minip12.c
@@ -168,7 +168,7 @@ builder_add_oid (tlv_builder_t tb, int class, const char *oid)
}
-/* Wrapper around tlv_builder_add_ptr to add an MPI. TAG May either
+/* Wrapper around tlv_builder_add_ptr to add an MPI. TAG may either
* be OCTET_STRING or BIT_STRING. When we eventually put the whole
* tlv_builder stuff into Libksba, we can add such a function there.
* Right now we don't do this to avoid a dependency on Libksba.