summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-15 19:52:46 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-15 19:52:46 +0100
commitda2c6b70a34e68e4e6f4c680f1465bfb845ba47d (patch)
tree18e5ec1b570d841fa5dca2e6154a3490bb8ee711
parent0c8b5b4f226a51f5f0d6d67f384e17ad7d8a4551 (diff)
Fix comment.
-rw-r--r--src/reel_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_asset.h b/src/reel_asset.h
index 371a8f3e..ddd0f362 100644
--- a/src/reel_asset.h
+++ b/src/reel_asset.h
@@ -46,7 +46,7 @@ class Asset;
*
* This class encapsulates the XML that exists in a &lt;Reel&gt; to say
* that a piece of content is used in this reel. It does not
- * describe the content itself (but links to a Content object which does).
+ * describe the content itself (but links to an Asset object which does).
*/
class ReelAsset : public Object
{