summaryrefslogtreecommitdiffstats
path: root/server/jpeg_encoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/jpeg_encoder.h')
-rw-r--r--server/jpeg_encoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/jpeg_encoder.h b/server/jpeg_encoder.h
index 74c73243..690a0296 100644
--- a/server/jpeg_encoder.h
+++ b/server/jpeg_encoder.h
@@ -35,7 +35,7 @@
typedef enum {
JPEG_IMAGE_TYPE_INVALID,
JPEG_IMAGE_TYPE_RGB16,
- /* in byte per color types, the notation is according to the order of the
+ /* in byte per color types, the notation is according to the order of the
colors in the memory */
JPEG_IMAGE_TYPE_RGB24,
JPEG_IMAGE_TYPE_BGR24,