aboutsummaryrefslogtreecommitdiff
path: root/src/backend.h
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-21 20:16:43 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-21 20:16:43 +0100
commitd2f5deb27816889cdc9b25e868557f0bcd23e163 (patch)
treeb5709f59f5b5d0fe7c2735f01e79ffe5d6df2844 /src/backend.h
parentcf7f3127cbde7354f1b592af0d23de4d7cd1123f (diff)
downloadimv-d2f5deb27816889cdc9b25e868557f0bcd23e163.tar.gz
Improve header commenting
Diffstat (limited to 'src/backend.h')
-rw-r--r--src/backend.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/backend.h b/src/backend.h
index 0ec7c01..85e3b34 100644
--- a/src/backend.h
+++ b/src/backend.h
@@ -12,9 +12,8 @@ enum backend_result {
};
/* A backend is responsible for taking a path, or a raw data pointer, and
- * converting that into a source that imv can handle. Each backend
- * may be powered by a different image library and support different
- * image formats.
+ * converting that into an imv_source. Each backend may be powered by a
+ * different image library and support different image formats.
*/
struct imv_backend {
/* Name of the backend, for debug and user informational purposes */