summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/framing/Handler.h')
-rw-r--r--cpp/src/qpid/framing/Handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/framing/Handler.h b/cpp/src/qpid/framing/Handler.h
index 5e3d48ac88..edd7f469b0 100644
--- a/cpp/src/qpid/framing/Handler.h
+++ b/cpp/src/qpid/framing/Handler.h
@@ -47,7 +47,7 @@ struct Handler {
Handler<T>* next;
/** A Chain is a handler holding a linked list of sub-handlers.
- * Chain::next is invoked after the full, it is not itself part of the chain.
+ * Chain::next is invoked after the full chain, it is not itself part of the chain.
* Handlers inserted into the chain are deleted by the Chain dtor.
*/
class Chain : public Handler<T> {