On Fri, Apr 01, 2011 at 05:13:19PM -0700, Ethan Jackson wrote:
> > + ? ?/* Rename or link it to the ocrrect name. */
> > + ? ?if (overwrite_pidfile) {
> > + ? ? ? ?if (rename(tmpfile, pidfile) < 0) {
> > + ? ? ? ? ? ?VLOG_FATAL("failed to rename \"%s\" to \"%s\" (%s)",
> > + ? ? ? ? ? ? ? ? ? ? ? tmpfile, pidfile, strerror(errno));
> > + ? ? ? ?}
> 
> typo in the comment.
> 
> Looks Good.

Thank you for all the reviews.  I fixed the typo and pushed this
series.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to