summaryrefslogtreecommitdiff
path: root/riscos/bitmap.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-18 17:16:26 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-18 17:16:26 +0000
commit669df172ece6dc75608de701fa05fb77612352a1 (patch)
tree98b57fbc01f14094ae6866cb4f99afa3141e8580 /riscos/bitmap.c
parentcfc9971d0e5aa42bc384b65e8f368e12526c289c (diff)
downloadnetsurf-669df172ece6dc75608de701fa05fb77612352a1.tar.gz
netsurf-669df172ece6dc75608de701fa05fb77612352a1.tar.bz2
Fix my spelling of teh everywhere
Diffstat (limited to 'riscos/bitmap.c')
-rw-r--r--riscos/bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/bitmap.c b/riscos/bitmap.c
index c843be6e2..2c700ec7d 100644
--- a/riscos/bitmap.c
+++ b/riscos/bitmap.c
@@ -106,7 +106,7 @@ static bool bitmap_initialise(struct bitmap *bitmap)
*
* \param width width of image in pixels
* \param height width of image in pixels
- * \param state the state to create teh bitmap in.
+ * \param state the state to create the bitmap in.
* \return an opaque struct bitmap, or NULL on memory exhaustion
*/