summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-07-11 12:19:47 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-07-11 12:19:47 +0000
commit1edf2c51b84332dc3230466c6ac38c0161280659 (patch)
tree559b1fb569bc459f1872acb1095a691b0c7af77f
parent5452d31d37fdf1bf8dcdd23642842725155a14d3 (diff)
downloadnetsurf-1edf2c51b84332dc3230466c6ac38c0161280659.tar.gz
netsurf-1edf2c51b84332dc3230466c6ac38c0161280659.tar.bz2
Fix comment typo.
svn path=/trunk/netsurf/; revision=4589
-rw-r--r--render/layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/layout.c b/render/layout.c
index 58ac6217f..09eaac6a0 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -764,7 +764,7 @@ void layout_block_add_scrollbar(struct box *box, int which)
* left / right margins
* \param padding[4] Current box paddings. Updated with new box
* left / right paddings
- * \param border[4] Current box border widths. Updated to with new
+ * \param border[4] Current box border widths. Updated with new
* box left / right border widths
* \return New box width
*/