changeset 1795:c8d690e8f9e9

Fix some typos in comments.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 13 Jun 2018 14:17:13 +0300
parents 9dced5352f70
children 0801fd0e26cb
files tools/lib64fmts.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Wed Jun 13 12:55:08 2018 +0300
+++ b/tools/lib64fmts.c	Wed Jun 13 14:17:13 2018 +0300
@@ -909,8 +909,8 @@
 
 
 //
-// Helper macros for defining screen ram layouts
-// common for FLI type foramts
+// Helper macros for defining screen memory layouts
+// common for several FLI type image formats
 //
 #define DEF_SCREEN_RAM(start, oindex, bindex, osize) { DO_COPY, DS_SCREEN_RAM, (start) + ((osize) * (oindex)), (bindex), 0, NULL, NULL }
 #define DEF_SCREEN_RAMS_8(start, sindex, osize) \
@@ -928,7 +928,7 @@
 //
 // Many formats actually share memory layout, and there are packed and
 // unpacked versions of several formats. We'll reuse these here through
-// this common formats ops array, referred from dmC64ImageFormats[]
+// this common formats data array, referred from dmC64ImageFormats[]
 //
 DMC64ImageCommonFormat dmC64CommonFormats[] =
 {