summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/frame_functors.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/framing/frame_functors.h')
-rw-r--r--cpp/src/qpid/framing/frame_functors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/framing/frame_functors.h b/cpp/src/qpid/framing/frame_functors.h
index d915a270c2..8ae3d15b4f 100644
--- a/cpp/src/qpid/framing/frame_functors.h
+++ b/cpp/src/qpid/framing/frame_functors.h
@@ -75,7 +75,7 @@ public:
};
/**
- * Sends a copy of the frame its applied to to the specified handler
+ * Sends to the specified handler a copy of the frame it is applied to.
*/
class Relay
{