$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r82198 - branches/release/libs/coroutine/doc
From: oliver.kowalke_at_[hidden]
Date: 2012-12-24 01:21:52
Author: olli
Date: 2012-12-24 01:21:52 EST (Mon, 24 Dec 2012)
New Revision: 82198
URL: http://svn.boost.org/trac/boost/changeset/82198
Log:
coroutine: fix in documentation
Text files modified:
branches/release/libs/coroutine/doc/coroutine.qbk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/libs/coroutine/doc/coroutine.qbk
==============================================================================
--- branches/release/libs/coroutine/doc/coroutine.qbk (original)
+++ branches/release/libs/coroutine/doc/coroutine.qbk 2012-12-24 01:21:52 EST (Mon, 24 Dec 2012)
@@ -565,7 +565,7 @@
Some applications do not use floating-point registers and can disable preserving
fpu registers for performance reasons.
-[note According to the calling convetion the FPU registers are preserved by default.]
+[note According to the calling convention the FPU registers are preserved by default.]
[section:coroutine Class `coroutine`]