summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/FramingContent.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/framing/FramingContent.h')
-rw-r--r--cpp/src/qpid/framing/FramingContent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/framing/FramingContent.h b/cpp/src/qpid/framing/FramingContent.h
index 9315a7716f..36f5d641b2 100644
--- a/cpp/src/qpid/framing/FramingContent.h
+++ b/cpp/src/qpid/framing/FramingContent.h
@@ -31,7 +31,7 @@ class Buffer;
enum discriminator_types { INLINE = 0, REFERENCE = 1 };
/**
- * A representation of the AMQP 'content' data type (used for message
+ * A representation of the AMQP Content data type (used for message
* bodies) which can hold inline data or a reference.
*/
class Content