Skip to content

Commit

Permalink
[SAFS]: fix a typo in a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng-da committed Jul 25, 2016
1 parent 0a771e2 commit 786fff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsafs/io_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ class io_select

/**
* Add an I/O instance to the I/O select.
* If the type of I/O stance doesn't match with the I/O select,
* If the type of I/O instance doesn't match with the I/O select,
* the registration fails.
*/
virtual bool add_io(io_interface::ptr io) = 0;
Expand Down

0 comments on commit 786fff9

Please sign in to comment.