Remove 'the the' typos

This commit is contained in:
Daniel P. Berrange 2012-01-10 14:46:55 +00:00 committed by Alon Levy
parent 9f087ee7f0
commit 8ab7c4535a
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ struct JpegEncoderUsrContext {
JpegEncoderContext* jpeg_encoder_create(JpegEncoderUsrContext *usr);
void jpeg_encoder_destroy(JpegEncoderContext *encoder);
/* returns the total size of the encoded data. Images must be supplied from the the
/* returns the total size of the encoded data. Images must be supplied from the
top line to the bottom */
int jpeg_encode(JpegEncoderContext *jpeg, int quality, JpegEncoderImageType type,
int width, int height, uint8_t *lines, unsigned int num_lines, int stride,

View File

@ -323,7 +323,7 @@ static TunneledBufferProcessQueue *tunnel_socket_alloc_simple_print_reply_proces
static void free_simple_process_queue(TunneledBufferProcessQueue *queue);
typedef struct ServiceCallback {
/* allocating the the queue & setting the analysis proc by service type */
/* allocating the queue & setting the analysis proc by service type */
TunneledBufferProcessQueue *(*alloc_process_queue)(RedSocket * sckt);
void (*free_process_queue)(TunneledBufferProcessQueue *queue);
} ServiceCallback;