From 786fff9b32c26cbad6512e16ad65d9f85c273d68 Mon Sep 17 00:00:00 2001 From: Da Zheng Date: Mon, 25 Jul 2016 10:22:11 -0400 Subject: [PATCH] [SAFS]: fix a typo in a comment. --- libsafs/io_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsafs/io_interface.h b/libsafs/io_interface.h index 3b8fe34a..ad4469c4 100644 --- a/libsafs/io_interface.h +++ b/libsafs/io_interface.h @@ -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;