summaryrefslogtreecommitdiff
path: root/include/netsurf/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netsurf/bitmap.h')
-rw-r--r--include/netsurf/bitmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/netsurf/bitmap.h b/include/netsurf/bitmap.h
index a85efce99..f5de51423 100644
--- a/include/netsurf/bitmap.h
+++ b/include/netsurf/bitmap.h
@@ -143,14 +143,14 @@ struct gui_bitmap_table {
int (*get_height)(void *bitmap);
/**
- * The the *bytes* per pixel.
+ * Get the *bytes* per pixel.
*
* \param bitmap The bitmap
*/
size_t (*get_bpp)(void *bitmap);
/**
- * Savde a bitmap to disc.
+ * Save a bitmap to disc.
*
* \param bitmap The bitmap to save
* \param path The path to save the bitmap to.