summaryrefslogtreecommitdiff
path: root/agg/inc/agg_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'agg/inc/agg_config.h')
-rwxr-xr-xagg/inc/agg_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/agg/inc/agg_config.h b/agg/inc/agg_config.h
index b412a6dff178..c0070066383e 100755
--- a/agg/inc/agg_config.h
+++ b/agg/inc/agg_config.h
@@ -2,7 +2,7 @@
#define AGG_CONFIG_INCLUDED
// This file can be used to redefine the default basic types such as:
-//
+//
// AGG_INT8
// AGG_INT8U
// AGG_INT16
@@ -12,7 +12,7 @@
// AGG_INT64
// AGG_INT64U
//
-// Just replace this file with new defines if necessary.
+// Just replace this file with new defines if necessary.
// For example, if your compiler doesn't have a 64 bit integer type
// you can still use AGG if you define the follows:
//
@@ -20,7 +20,7 @@
// #define AGG_INT64U unsigned
//
// It will result in overflow in 16 bit-per-component image/pattern resampling
-// but it won't result any crash and the rest of the library will remain
+// but it won't result any crash and the rest of the library will remain
// fully functional.
// #i65318# Passing agg version on to clients