summaryrefslogtreecommitdiffstats
path: root/bsp_howto/bsp_howto_old_reference_only.rst
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-10-27 19:19:00 -0500
committerJoel Sherrill <joel@rtems.org>2016-10-27 19:19:00 -0500
commita1c718077367b5d3a6aa8ddf02274fa6d92ef1b3 (patch)
treee8abf9b2eab81911ec6112f5c260ed6472959afb /bsp_howto/bsp_howto_old_reference_only.rst
parentdevelenv/sample.rst: Correct formatting error (diff)
downloadrtems-docs-a1c718077367b5d3a6aa8ddf02274fa6d92ef1b3.tar.bz2
Misc: Capitalize RTEMS.
Diffstat (limited to '')
-rw-r--r--bsp_howto/bsp_howto_old_reference_only.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsp_howto/bsp_howto_old_reference_only.rst b/bsp_howto/bsp_howto_old_reference_only.rst
index 7de11a5..ea68b57 100644
--- a/bsp_howto/bsp_howto_old_reference_only.rst
+++ b/bsp_howto/bsp_howto_old_reference_only.rst
@@ -2983,11 +2983,11 @@ on the controller):
.. code:: c
/*
- * Mapping of rtems ATA devices to the following pairs:
+ * Mapping of RTEMS ATA devices to the following pairs:
* (IDE controller number served the device, device number on the controller)
\*/
typedef struct ata_ide_dev_s {
- int ctrl_minor;/* minor number of IDE controller serves rtems ATA device \*/
+ int ctrl_minor;/* minor number of IDE controller serves RTEMS ATA device \*/
int device; /* device number on IDE controller (0 or 1) \*/
} ata_ide_dev_t;