aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/encoding/generator.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2008-11-26 10:42:54 +0000
committerMartin Willi <martin@strongswan.org>2008-11-26 10:42:54 +0000
commit98bcdfe2c923947d5570dc336b2581c76579a3f4 (patch)
treede4ceefc11f1e60da19c8c03e257234abed31c6d /src/charon/encoding/generator.h
parente2cb07d71348b8c443aac4789d4c6e161cde7fa3 (diff)
downloadstrongswan-98bcdfe2c923947d5570dc336b2581c76579a3f4.tar.bz2
strongswan-98bcdfe2c923947d5570dc336b2581c76579a3f4.tar.xz
removed private generator function pointers, allows compiler to inline
Diffstat (limited to 'src/charon/encoding/generator.h')
-rw-r--r--src/charon/encoding/generator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/encoding/generator.h b/src/charon/encoding/generator.h
index 5cc710070..2b86ffbe3 100644
--- a/src/charon/encoding/generator.h
+++ b/src/charon/encoding/generator.h
@@ -32,12 +32,12 @@ typedef struct generator_t generator_t;
/**
* Generating is done in a data buffer.
- * This is thehe start size of this buffer in bytes.
+ * This is the start size of this buffer in bytes.
*/
#define GENERATOR_DATA_BUFFER_SIZE 500
/**
- * Number of bytes to increase the buffer, if it is to small.
+ * Number of bytes to increase the buffer, if it is too small.
*/
#define GENERATOR_DATA_BUFFER_INCREASE_VALUE 500