aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/socket_mutator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/iomgr/socket_mutator.h')
-rw-r--r--src/core/lib/iomgr/socket_mutator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/socket_mutator.h b/src/core/lib/iomgr/socket_mutator.h
index 0a97cf657f..f8fd21d15a 100644
--- a/src/core/lib/iomgr/socket_mutator.h
+++ b/src/core/lib/iomgr/socket_mutator.h
@@ -26,7 +26,7 @@
/** The virtual table of grpc_socket_mutator */
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);
/** Compare socket mutator \a a and \a b */
int (*compare)(grpc_socket_mutator* a, grpc_socket_mutator* b);