summaryrefslogtreecommitdiffstats
path: root/src/commentcnv.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/commentcnv.l')
-rw-r--r--src/commentcnv.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commentcnv.l b/src/commentcnv.l
index ebee914..44e2543 100644
--- a/src/commentcnv.l
+++ b/src/commentcnv.l
@@ -667,7 +667,7 @@ void replaceComment(int offset);
}
}
}
- /* Python an VHDL share CComment, so special attention for ending commments is required */
+ /* Python an VHDL share CComment, so special attention for ending comments is required */
<CComment>"\n"/[ \t]*"#" {
if (g_lang!=SrcLangExt_VHDL)
{