comparison src/event/ngx_event_openssl.c @ 4499:778ef9c3fd2d

Fixed spelling in single-line comments.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 28 Feb 2012 11:31:05 +0000
parents 95ab6658654a
children 14411ee4d89f
comparison
equal deleted inserted replaced
4498:569ea17767bf 4499:778ef9c3fd2d
840 return 0; 840 return 0;
841 841
842 case NGX_ERROR: 842 case NGX_ERROR:
843 c->read->error = 1; 843 c->read->error = 1;
844 844
845 /* fall thruogh */ 845 /* fall through */
846 846
847 case NGX_AGAIN: 847 case NGX_AGAIN:
848 return c->ssl->last; 848 return c->ssl->last;
849 } 849 }
850 } 850 }