aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2012-06-26 10:54:48 +1000
committernyamatongwe <unknown>2012-06-26 10:54:48 +1000
commitab81f49b0bab3a161a71b29c0d063222039cc095 (patch)
tree901c47f6126ee5716701f6e0d4bef3db881ff94b /src/ViewStyle.h
parent32fc844ce7f11eb421ce3d2629782410b55395b0 (diff)
downloadscintilla-mirror-ab81f49b0bab3a161a71b29c0d063222039cc095.tar.gz
Fixed incorrect comment.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h
index 56d15d3e5..292ed01ec 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -103,7 +103,7 @@ public:
/// Margins are ordered: Line Numbers, Selection Margin, Spacing Margin
enum { margins=5 };
int leftMarginWidth; ///< Spacing margin on left of text
- int rightMarginWidth; ///< Spacing margin on left of text
+ int rightMarginWidth; ///< Spacing margin on right of text
int maskInLine; ///< Mask for markers to be put into text because there is nowhere for them to go in margin
MarginStyle ms[margins];
int fixedColumnWidth;