From 29f9dc9c536cc7f9d354e5f93d285966bf79feae Mon Sep 17 00:00:00 2001 From: Alexey Bader Date: Wed, 24 Jul 2024 06:57:28 -0700 Subject: [PATCH] Fix typo in multi_ptr class name multi_pointer -> multi_ptr --- adoc/chapters/what_changed.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adoc/chapters/what_changed.adoc b/adoc/chapters/what_changed.adoc index 297fc1a9..5085b0d3 100644 --- a/adoc/chapters/what_changed.adoc +++ b/adoc/chapters/what_changed.adoc @@ -387,7 +387,7 @@ Changes in [code]#multi_ptr# interface: * [code]#global_ptr#, [code]#local_ptr# and [code]#private_ptr# alias take the new extra parameter; * addition of the [code]#address_space_cast# free function to cast undecorated - pointer to [code]#multi_pointer#; + pointer to [code]#multi_ptr#; * addition of construction/conversion operator for the generic address space; * removal of the constructor and assignment operator taking an unannotated pointer;