From a1c718077367b5d3a6aa8ddf02274fa6d92ef1b3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Oct 2016 19:19:00 -0500 Subject: Misc: Capitalize RTEMS. --- bsp_howto/ata.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bsp_howto/ata.rst') diff --git a/bsp_howto/ata.rst b/bsp_howto/ata.rst index 66a2919..1d3546d 100644 --- a/bsp_howto/ata.rst +++ b/bsp_howto/ata.rst @@ -134,11 +134,11 @@ minor number device is attached to, device number on the controller): .. code-block:: 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; -- cgit v1.2.3