aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2012-06-26 10:54:48 +1000
committernyamatongwe <devnull@localhost>2012-06-26 10:54:48 +1000
commit96f05dcfd4c44567f6efaf19ab7d6bcad086ca20 (patch)
treeefdf958d0a34d22937188a0927be8012e7f963b9 /src
parent01ac8968bc741a192d65f12acfb5aeaf25a37c0e (diff)
downloadscintilla-mirror-96f05dcfd4c44567f6efaf19ab7d6bcad086ca20.tar.gz
Fixed incorrect comment.
Diffstat (limited to 'src')
-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;