aboutsummaryrefslogtreecommitdiff
path: root/src/backend.h
diff options
context:
space:
mode:
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 */