ITS#8643 - Fix typo

This commit is contained in:
Quanah Gibson-Mount 2017-04-18 08:01:26 -07:00
parent 42bc6ed991
commit 45f131616b

View File

@ -173,7 +173,7 @@ typedef struct sockbuf Sockbuf;
typedef struct sockbuf_io Sockbuf_IO;
/* Structure for LBER IO operarion descriptor */
/* Structure for LBER IO operation descriptor */
typedef struct sockbuf_io_desc {
int sbiod_level;
Sockbuf *sbiod_sb;