From 7defc59b9dee5459e52f394642643dbd59c9b32f Mon Sep 17 00:00:00 2001 From: Nicholas Rodine Date: Fri, 19 Aug 2022 16:21:06 -0500 Subject: A few minor documentation fixes. (#3599) * A few minor documentation fixes. * Removed more invalid inheritdoc instances. --- ARMeilleure/Common/AddressTable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ARMeilleure/Common/AddressTable.cs') diff --git a/ARMeilleure/Common/AddressTable.cs b/ARMeilleure/Common/AddressTable.cs index 60586a35..e03a38e6 100644 --- a/ARMeilleure/Common/AddressTable.cs +++ b/ARMeilleure/Common/AddressTable.cs @@ -206,7 +206,7 @@ namespace ARMeilleure.Common /// Type of elements /// Number of elements /// Fill value - /// if leaf; otherwise + /// if leaf; otherwise /// Allocated block private IntPtr Allocate(int length, T fill, bool leaf) where T : unmanaged { -- cgit v1.2.3