summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnh Vo <anhvo@microsoft.com>2023-03-27 18:41:24 -0400
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-04-15 19:17:18 +0700
commit9ec864713cb64069bdcd43009340865415984c70 (patch)
tree6c37facee1b590b46779820ccab0a468d29c26cd
parentremoved commented out code (diff)
downloadBouncyCastle.NET-ed25519-9ec864713cb64069bdcd43009340865415984c70.tar.xz
reverted incorrect edit in comment
-rw-r--r--crypto/src/crypto/ec/CustomNamedCurves.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/crypto/ec/CustomNamedCurves.cs b/crypto/src/crypto/ec/CustomNamedCurves.cs
index 2f6fdfeaa..7bf274be4 100644
--- a/crypto/src/crypto/ec/CustomNamedCurves.cs
+++ b/crypto/src/crypto/ec/CustomNamedCurves.cs
@@ -914,7 +914,7 @@ namespace Org.BouncyCastle.Crypto.EC
             return CollectionUtilities.GetValueOrNull(objIds, name);
         }
 
-        /// <summary>Enumerate the available curve objIdToName in this registry.</summary>
+        /// <summary>Enumerate the available curve names in this registry.</summary>
         public static IEnumerable<string> Names
         {
             get { return CollectionUtilities.Proxy(names); }