This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/9] Fix typos.


On Mon, 19 Aug 2013, Ondrej Bilka wrote:

>  data packet */ \n-#define ACK 04    /* acknowledgement */ \n #define ERROR 05  
>  data packet */ \n+#define ACK 04    /* acknowledgment */ \n #define ERROR 05   
>                                                  ^^                            
> me */ \n-#define TSP_ACK   2 /* generic acknowledgement */ \n #define TSP_MASTER
> me */ \n+#define TSP_ACK   2 /* generic acknowledgment */ \n #define TSP_MASTERR
>                                                  ^^                            
> quence number */ \n-tcp_seq th_ack;  /* acknowledgement number */ \n #  if __BYT
> quence number */ \n+tcp_seq th_ack;  /* acknowledgment number */ \n #  if __BYTE
>                                                  ^^                            
> uence number */ \n-tcp_seq th_ack;   /* acknowledgement number */ \n #if __BYTE_
> uence number */ \n+tcp_seq th_ack;   /* acknowledgment number */ \n #if __BYTE_O
>                                                  ^^                            
> n-waiting to be sent.  Stop looking for acknowledgement of data already \n sent;
> n+waiting to be sent.  Stop looking for acknowledgment of data already \n sent; 
>                                                  ^^                            
> nce and tone of each of the contributor acknowledgements and/or \n dedications g
> nce and tone of each of the contributor acknowledgments and/or \n dedications gi
>                                                  ^^                            

This is still an English variant issue, where both spellings are valid, 
and so does not belong in a typo fix patch.

> ne TSP_TEST  21 /* for testing election algo */ \n #define TSP_SETDATE  22 /* Ne
> ne TSP_TEST  21 /* for testing election algorithm */ \n #define TSP_SETDATE  22 
>                                             ^   ^                              

This is still a case of an abbreviation being used in informal writing 
that does not need expanding.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]