summary refs log tree commit diff
path: root/crypto/src/cms/SignerInformation.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/cms/SignerInformation.cs')
-rw-r--r--crypto/src/cms/SignerInformation.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/cms/SignerInformation.cs b/crypto/src/cms/SignerInformation.cs
index 3643c6fe3..ea9330db1 100644
--- a/crypto/src/cms/SignerInformation.cs
+++ b/crypto/src/cms/SignerInformation.cs
@@ -88,7 +88,7 @@ namespace Org.BouncyCastle.Cms
         /**
          * Protected constructor. In some cases clients have their own idea about how to encode
          * the signed attributes and calculate the signature. This constructor is to allow developers
-         * to deal with that by extending off the class and overridng methods like getSignedAttributes().
+         * to deal with that by extending off the class and overriding e.g. SignedAttributes property.
          *
          * @param baseInfo the SignerInformation to base this one on.
          */