Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85742 - trunk/libs/asio/doc/overview
From: chris_at_[hidden]
Date: 2013-09-17 17:40:20


Author: chris_kohlhoff
Date: 2013-09-17 17:40:19 EDT (Tue, 17 Sep 2013)
New Revision: 85742
URL: http://svn.boost.org/trac/boost/changeset/85742

Log:
Fix typo in serial ports overview.

Text files modified:
   trunk/libs/asio/doc/overview/serial_ports.qbk | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/asio/doc/overview/serial_ports.qbk
==============================================================================
--- trunk/libs/asio/doc/overview/serial_ports.qbk Tue Sep 17 17:39:38 2013 (r85741)
+++ trunk/libs/asio/doc/overview/serial_ports.qbk 2013-09-17 17:40:19 EDT (Tue, 17 Sep 2013) (r85742)
@@ -42,6 +42,6 @@
 Serial ports are available on all POSIX platforms. For Windows, serial ports
 are only available at compile time when the I/O completion port backend is used
 (which is the default). A program may test for the macro
-`BOOST_ASIO_HAS_SERIAL_PORTS` to determine whether they are supported.
+`BOOST_ASIO_HAS_SERIAL_PORT` to determine whether they are supported.
 
 [endsect]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk