Skip to content

Commit

Permalink
Update libs/server/ArgSlice/ArgSlice.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulusParssinen authored Mar 31, 2024
1 parent 4971e20 commit 4f5e2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/server/ArgSlice/ArgSlice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Garnet.server
/// Represents contiguous region of arbitrary _pinned_ memory.
/// </summary>
/// <remarks>
/// This type is used to represent arguments that are assumed to point to pinned memory.
/// SAFETY: This type is used to represent arguments that are assumed to point to pinned memory.
/// </remarks>
[StructLayout(LayoutKind.Explicit, Size = 12)]
public unsafe struct ArgSlice
Expand Down

0 comments on commit 4f5e2bd

Please sign in to comment.