[Python-checkins] cpython (2.7): Revert typo fixes in _cytpes/libffi*

Terry Reedy tjreedy at udel.edu
Tue Mar 15 20:36:11 CET 2011



On 3/15/2011 1:09 PM, ezio.melotti wrote:

>    Revert typo fixes in _cytpes/libffi*

Why? These were all real typos, which is to say, 'alignement', 
'coalesed', and 'continguous' are all misspellings. I even had trouble 
typing them wrong ;-).

> -	* src/sh/ffi.c (ffi_prep_args): Take account into the alignment
> +	* src/sh/ffi.c (ffi_prep_args): Take account into the alignement

> -	Fix alignment bug, allocate 8 bytes for the result.
> +	Fix alignement bug, allocate 8 bytes for the result.

> -/* This function supports releasing coalesced segments */
> +/* This function supports releasing coalesed segments */

> -/* mstate bit set if contiguous morecore disabled or failed */
> +/* mstate bit set if continguous morecore disabled or failed */

> -		  | alignment to the next multiple of 16  |
> +		  | alignement to the next multiple of 16 |

Terry Jan Reedy


More information about the Python-checkins mailing list