On Tue, Aug 9, 2011 at 8:32 AM, Sergio Durigan Junior wrote: > Abhijit Halder writes: > >> On Sun, Aug 7, 2011 at 3:50 AM, Sergio Durigan Junior >> wrote: >>>> +struct pipe_obj >>>> +{ >>>> +  /* The delimiter to separate out gdb-command and shell-command. This can be >>>                                                                    ^^ >> Sorry, here I am not clear. Do you mean to say I should remove - in >> between gdb and command? > > No.  I meant you should add two spaces after the period.  Instead of: > > "... and shell-command. This can be" > > you should write: > > "... and shell-command.  This can be" > >>>> +  /* The pex object use to create pipeline between gdb and shell.  */ >>> >> Here I guess I have put 2 space character between . (period) and */. > > Yes. > > Regards. > I made the corrections suggested during code review. Thanks, Abhijit Halder