summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-04 21:29:49 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-04 21:29:49 +0000
commit4079e85551404d905f5611c0513ca43d202606c1 (patch)
tree1c3e7b0510e286c7c55f51761d14bd5a462b5d37
parent11438c8a93dfcf1c0febe7aeb888b4d94cf67e8f (diff)
Comment tweak.
-rw-r--r--src/asset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/asset.h b/src/asset.h
index c7911497..b393bc95 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2014-2016 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@ struct asset_test;
namespace dcp {
/** @class Asset
- * @brief Parent class for DCP assets, i.e. picture, sound, subtitles, CPLs, fonts.
+ * @brief Parent class for package assets, i.e. picture, sound, subtitles, CPLs, fonts.
*
* Note that this class is not used for ReelAssets; those are just for the metadata
* that gets put into &lt;Reel&gt;s.