From 9ec864713cb64069bdcd43009340865415984c70 Mon Sep 17 00:00:00 2001 From: Anh Vo Date: Mon, 27 Mar 2023 18:41:24 -0400 Subject: reverted incorrect edit in comment --- crypto/src/crypto/ec/CustomNamedCurves.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } - /// Enumerate the available curve objIdToName in this registry. + /// Enumerate the available curve names in this registry. public static IEnumerable Names { get { return CollectionUtilities.Proxy(names); } -- cgit 1.4.1