diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2011-06-12 16:40:20 +0700 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-06-12 16:44:43 -0500 |
commit | 655d930476045a2de7f3ead4768bb75df8cf7c82 (patch) | |
tree | 9f240c0f4ef720b1899d5797ac1fcdffe5be2f40 /xmerge/workben | |
parent | 0fa6dbcdab49b79852c451c173867fac0d8f213a (diff) |
Code cleanup
* Remove dead code
* Fix comment typos
Released under LGPLv3+/MPL
Diffstat (limited to 'xmerge/workben')
-rw-r--r-- | xmerge/workben/jstyle.pl | 2 |
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"); } |