summary refs log tree commit diff
path: root/crypto/src/util/io/pem/PemObjectParser.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/util/io/pem/PemObjectParser.cs')
-rw-r--r--crypto/src/util/io/pem/PemObjectParser.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/util/io/pem/PemObjectParser.cs b/crypto/src/util/io/pem/PemObjectParser.cs

index 91d26dc3a..928483d2a 100644 --- a/crypto/src/util/io/pem/PemObjectParser.cs +++ b/crypto/src/util/io/pem/PemObjectParser.cs
@@ -9,7 +9,7 @@ namespace Org.BouncyCastle.Utilities.IO.Pem /// A <see cref="PemObject"/> /// </param> /// <returns> - /// A <see cref="System.Object"/> + /// An <see cref="object"/> /// </returns> /// <exception cref="IOException"></exception> object ParseObject(PemObject obj);