]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/internal/io/HostInfo_p.cpp
Added generic I/O device to BamIndex side of things
[bamtools.git] / src / api / internal / io / HostInfo_p.cpp
index 2bb0187a799c4891af39c75382d1d65e509ebc4b..1431fb8770b1054e7283050626b9a0658b2e740d 100644 (file)
@@ -185,7 +185,7 @@ HostInfo HostInfo::Lookup(const string& hostname, const string& port) {
                      status == EAI_NONAME
                   || status == EAI_FAIL
 #  ifdef EAI_NODATA
-                  || status == EAI_NODATA  // officially deprecated, but just in case we run into it
+                  || status == EAI_NODATA  // officially deprecated, but just in case we happen to hit it
 #  endif // EAI_NODATA
 
 #else  // _WIN32