1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-01 11:26:53 +03:00

tidy-up: avoid word 'just'

Cherry-picked from #1017
This commit is contained in:
Viktor Szakats
2023-04-30 11:27:48 +00:00
parent 081c04571b
commit 31851511bf
4 changed files with 9 additions and 9 deletions

View File

@ -11,7 +11,7 @@ libssh2_free(LIBSSH2_SESSION *session, void *ptr);
.SH DESCRIPTION
Deallocate memory allocated by earlier call to libssh2 functions. It
uses the memory allocation callbacks provided by the application, if
any. Otherwise, this will just call free().
any. Otherwise, this will call free().
This function is mostly useful under Windows when libssh2 is linked to
one run-time library and the application to another.