Fix the description for `GIT_FEATURE_SSH`.
diff --git a/include/git2/common.h b/include/git2/common.h
index 4b3e02e..1dca8e8 100644
--- a/include/git2/common.h
+++ b/include/git2/common.h
@@ -119,7 +119,7 @@ typedef enum {
*
* - GIT_FEATURE_SSH
* Libgit2 supports the SSH protocol for network operations. This requires
- * the openssh to be found when compiling libgit2
+ * the libssh2 library to be found when compiling libgit2
*/
GIT_EXTERN(int) git_libgit2_features(void);