summaryrefslogtreecommitdiff
path: root/xmerge/workben
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-06-12 16:40:20 +0700
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-06-12 16:44:43 -0500
commit655d930476045a2de7f3ead4768bb75df8cf7c82 (patch)
tree9f240c0f4ef720b1899d5797ac1fcdffe5be2f40 /xmerge/workben
parent0fa6dbcdab49b79852c451c173867fac0d8f213a (diff)
Code cleanup
* Remove dead code * Fix comment typos Released under LGPLv3+/MPL
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");
}