summaryrefslogtreecommitdiff
path: root/xmerge/workben
diff options
context:
space:
mode:
Diffstat (limited to 'xmerge/workben')
-rw-r--r--xmerge/workben/jstyle.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmerge/workben/jstyle.pl b/xmerge/workben/jstyle.pl
index 3c300c29a227..177b1a2aff94 100644
--- a/xmerge/workben/jstyle.pl
+++ b/xmerge/workben/jstyle.pl
@@ -396,7 +396,7 @@ if (0) {
if (/\S\*\//) {
do err("missing blank before close comment");
}
- # allow // at beginnging of line, often used to comment out code
+ # allow // at beginning of line, often used to comment out code
if (/.\/\/\S/) { # C++ comments
do err("missing blank after start comment");
}