aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cssparser.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cssparser.cc b/src/cssparser.cc
index 85abb55a..c84a0721 100644
--- a/src/cssparser.cc
+++ b/src/cssparser.cc
@@ -1344,8 +1344,8 @@ void CssParser::parseShorthandBackgroundPosition (int sh_index,
// horizontal position; in most cases in this order. However, as long it is
// unambigous, the order can be switched: "10px left" and "left 10px" are
// both possible and have the same effect. For this reason, we test both
- // possible orders: i = 0 means vertical/horizontal, i = 1 means
- // horizontal/vertical.
+ // possible orders: i = 0 means horizontal/vertical, i = 1 means
+ // vertical/horizontal.
// TODO Still not fully working.