summaryrefslogtreecommitdiff
path: root/src/corelib/render/software/agg_basics.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/render/software/agg_basics.pas')
-rw-r--r--src/corelib/render/software/agg_basics.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/render/software/agg_basics.pas b/src/corelib/render/software/agg_basics.pas
index cc116cfe..56eb6fba 100644
--- a/src/corelib/render/software/agg_basics.pas
+++ b/src/corelib/render/software/agg_basics.pas
@@ -357,8 +357,8 @@ type
procedure NoP;
{ These implementations have changed to use FPC's Sar*() functions, so should
- now support all platforms with ASM code. At a later date these functions
- could be removed completely. }
+ now support all platforms without the need for ASM code. At a later date these
+ functions could be removed completely. }
function shr_int8 (i ,shift : int8 ) : int8; inline;
function shr_int16(i ,shift : int16 ) : int16; inline;
function shr_int32(i ,shift : int ) : int; inline;