# HG changeset patch # User Matti Hamalainen # Date 1528888633 -10800 # Node ID c8d690e8f9e9874dc9bbc1ba70ea4b28af259914 # Parent 9dced5352f70ef1e84f267a6c73e03fe78b1b8a7 Fix some typos in comments. diff -r 9dced5352f70 -r c8d690e8f9e9 tools/lib64fmts.c --- 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[] = {