Opened 5 years ago

Last modified 5 years ago

#13391 new Bugs

Typo in documentation

Reported by: valeriykireev@… Owned by: Ion Gaztañaga
Milestone: To Be Determined Component: interprocess
Version: Boost 1.63.0 Severity: Cosmetic
Keywords: doc Cc: v@…

Description

Hello all,

This is small fix for doubled "between" in offset_ptr documentation.

Index: boost/interprocess/offset_ptr.hpp
===================================================================
--- boost/interprocess/offset_ptr.hpp	(revision 86799)
+++ boost/interprocess/offset_ptr.hpp	(working copy)
@@ -214,7 +214,7 @@
 }  //namespace ipcdetail {
 /// @endcond
 
-//!A smart pointer that stores the offset between between the pointer and the
+//!A smart pointer that stores the offset between the pointer and the
 //!the object it points. This allows offset allows special properties, since
 //!the pointer is independent from the address address of the pointee, if the
 //!pointer and the pointee are still separated by the same offset. This feature

---
Kind regards,
Valeriy Kireev <valeriykireev at gmail.com>,
Developer -- TuneIT Company.

Attachments (1)

fix_double_between.patch (669 bytes ) - added by valeriykireev@… 5 years ago.

Download all attachments as: .zip

Change History (2)

by valeriykireev@…, 5 years ago

Attachment: fix_double_between.patch added

comment:1 by anonymous, 5 years ago

Type: PatchesBugs
Note: See TracTickets for help on using tickets.