diff options
Diffstat (limited to 'ARMeilleure/Common/AddressTable.cs')
-rw-r--r-- | ARMeilleure/Common/AddressTable.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 /// <typeparam name="T">Type of elements</typeparam> /// <param name="length">Number of elements</param> /// <param name="fill">Fill value</param> - /// <param name="leaf"><see langword="true"/> if leaf; otherwise <see langword=""="false"/></param> + /// <param name="leaf"><see langword="true"/> if leaf; otherwise <see langword="false"/></param> /// <returns>Allocated block</returns> private IntPtr Allocate<T>(int length, T fill, bool leaf) where T : unmanaged { |