diff --git a/src/primitives.cr b/src/primitives.cr index 7cb478ebf0cf..f260f2cd718f 100644 --- a/src/primitives.cr +++ b/src/primitives.cr @@ -282,7 +282,7 @@ struct Pointer(T) end # Returns a new pointer whose address is this pointer's address - # incremented by `other * sizeof(T)`. + # incremented by `offset * sizeof(T)`. # # ``` # ptr = Pointer(Int32).new(1234)