diff --git a/src/ce_editor.pas b/src/ce_editor.pas
index a1f8caa3..70e0587a 100644
--- a/src/ce_editor.pas
+++ b/src/ce_editor.pas
@@ -99,7 +99,7 @@ begin
   //
   completion.OnPaintItem := @completionItemPaint;
   fSyncEdit := TSynPluginSyncroEdit.Create(self);
-  //TODO-ccLCL&LAZ-specific: activate this after next Laz release
+  //TODO-cLCL&LAZ-specific: activate this after next Laz release
   //fSyncEdit.CaseSensitive:=true;
   bmp := TBitmap.Create;
   try