gunixmounts: Fix typo in comment regarding Android API level

This commit is contained in:
L. E. Segovia 2024-04-02 08:48:39 -03:00
parent 9f95946e01
commit 5d08fb2e45

View File

@ -50,7 +50,7 @@
#include <mntent.h>
/* the shared object of recent bionic libc's have hasmntopt symbol, but
some a possible common build environment for android, termux ends
up with inssuficient __ANDROID_API__ value for building.
up with insufficient __ANDROID_API__ value for building.
*/
extern char* hasmntopt(const struct mntent* mnt, const char* opt);
#endif