Re: [ovs-dev] [PATCH] ofpbuf: Fix small typo.

2013-05-09 Thread Ben Pfaff
On Thu, May 09, 2013 at 03:49:34PM -0700, Justin Pettit wrote: > Product of the California public school system, baby! Stanford wasn't a good finishing school? ;-) ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] ofpbuf: Fix small typo.

2013-05-09 Thread Justin Pettit
On May 9, 2013, at 3:45 PM, Ben Pfaff wrote: > On Thu, May 09, 2013 at 03:38:33PM -0700, Justin Pettit wrote: >> - * be static or malloc()'d memory. But stack space is the most common usen >> + * be static or malloc()'d memory. But stack space is the most common used >> * case.) > > "common

Re: [ovs-dev] [PATCH] ofpbuf: Fix small typo.

2013-05-09 Thread Ben Pfaff
On Thu, May 09, 2013 at 03:38:33PM -0700, Justin Pettit wrote: > - * be static or malloc()'d memory. But stack space is the most common usen > + * be static or malloc()'d memory. But stack space is the most common used > * case.) "common used case" is still bad grammar. I recommend "common us