fix printf warning
[oweals/busybox.git] / libbb / isdirectory.c
index f3caaf178ff62342c227790a0d412fd4c7c5b26a..7f8f7e4152cc5eb525b57029a08ecd6afb42fe4a 100644 (file)
@@ -25,7 +25,7 @@
 
 /*
  * Return TRUE if a fileName is a directory.
- * Nonexistant files return FALSE.
+ * Nonexistent files return FALSE.
  */
 int is_directory(const char *fileName, const int followLinks, struct stat *statBuf)
 {