Skip to content

Commit b7a79cd

Browse files
authored
Merge pull request #2385 from EgorWeders/iox-2384-readme-mistype-fix
iox-#2384 mistype fix
2 parents 085ac0a + 2b939e7 commit b7a79cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/website/release-notes/iceoryx-unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@
234234
- Create a flat include structure for `iceoryx_hoofs` [#1593](https://github.com/eclipse-iceoryx/iceoryx/issues/1593)
235235
- Handle 'strerror_r' idiosyncrasies in the platform layer [#1616](https://github.com/eclipse-iceoryx/iceoryx/issues/1616)
236236
- Fix new clang-tidy-18 warnings [#2274](https://github.com/eclipse-iceoryx/iceoryx/issues/2274)
237+
- Mistype in readme file [#2384](https://github.com/eclipse-iceoryx/iceoryx/issues/2384)
237238

238239
**Workflow:**
239240

iceoryx_hoofs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ The module structure is a logical grouping. It is replicated for `concurrent` an
122122
| class | internal | description |
123123
|:----------------------------------:|:--------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
124124
|`UnixDomainSocket` | | Interface for unix domain sockets. |
125-
|`MessageQueue` | Interface for Message Queues, see [ManPage mq_overview](https://www.man7.org/linux/man-pages/man7/mq_overview.7.html). |
126-
|`NamedPipe` | Shared memory based IPC channel. Mainly a `UnixDomainSocket` replacement on Windows. |
125+
|`MessageQueue` | | Interface for Message Queues, see [ManPage mq_overview](https://www.man7.org/linux/man-pages/man7/mq_overview.7.html). |
126+
|`NamedPipe` |i | Shared memory based IPC channel. Mainly a `UnixDomainSocket` replacement on Windows. |
127127
|`PosixSharedMemoryObject` | | Creates and maps existing shared memory into the application. |
128128
|`PosixMemoryMap` | i | Abstraction of `mmap`, `munmap` and helper class for the `PosixSharedMemoryObject`. |
129129
|`PosixSharedMemory` | i | Abstraction of shared memory, see [ManPage shm_overview](https://www.man7.org/linux/man-pages/man7/shm_overview.7.html) and helper class for the `PosixSharedMemoryObject`. |

0 commit comments

Comments
 (0)