Fixed typo in documentation.

s/opitons/options/
pull/14068/head
Carlos O'Ryan 7 years ago committed by GitHub
parent 5eb6148ab4
commit 41723fa68f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/iomgr/socket_mutator.h

@ -26,7 +26,7 @@
/** The virtual table of grpc_socket_mutator */ /** The virtual table of grpc_socket_mutator */
typedef struct { typedef struct {
/** Mutates the socket opitons of \a fd */ /** Mutates the socket options of \a fd */
bool (*mutate_fd)(int fd, grpc_socket_mutator* mutator); bool (*mutate_fd)(int fd, grpc_socket_mutator* mutator);
/** Compare socket mutator \a a and \a b */ /** Compare socket mutator \a a and \a b */
int (*compare)(grpc_socket_mutator* a, grpc_socket_mutator* b); int (*compare)(grpc_socket_mutator* a, grpc_socket_mutator* b);

Loading…
Cancel
Save