summaryrefslogtreecommitdiffstats
path: root/bsp_howto/shared_memory_support.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bsp_howto/shared_memory_support.rst')
-rw-r--r--bsp_howto/shared_memory_support.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsp_howto/shared_memory_support.rst b/bsp_howto/shared_memory_support.rst
index 9165de4..93246c6 100644
--- a/bsp_howto/shared_memory_support.rst
+++ b/bsp_howto/shared_memory_support.rst
@@ -11,7 +11,7 @@ This driver is only required in shared memory multiprocessing
systems that use the RTEMS mulitprocessing support. For more
information on RTEMS multiprocessing capabilities and the
MPCI, refer to the *Multiprocessing Manager* chapter
-of the *RTEMS Application C User’s Guide*.
+of the *RTEMS Application C User's Guide*.
Shared Memory Configuration Table
=================================
@@ -95,7 +95,7 @@ used from this node. Most targets will simply return the address
passed to this routine. However, some target boards will have a special
window onto the shared memory. For example, some VMEbus boards have
special address windows to access addresses that are normally reserved
-in the CPU’s address space.
+in the CPU's address space.
.. code:: c
void \*Shm_Convert_address( void \*address )