diff --git a/components/codetools/codecache.pas b/components/codetools/codecache.pas index ecdcad12be..fc624debea 100644 --- a/components/codetools/codecache.pas +++ b/components/codetools/codecache.pas @@ -23,8 +23,7 @@ Abstract: TCodeCache is an AVL Tree of TCodeBuffer. It can load and save files. - TCodeBuffer is an descendent of TSourceLog and manages a single file. - + TCodeBuffer is a descendent of TSourceLog and manages a single file. } unit CodeCache;