aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/unlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/unlink.c')
-rw-r--r--toys/posix/unlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/unlink.c b/toys/posix/unlink.c
index 4faef9dc..f5faab06 100644
--- a/toys/posix/unlink.c
+++ b/toys/posix/unlink.c
@@ -12,7 +12,7 @@ config UNLINK
help
usage: unlink FILE
- Deletes one file.
+ Delete one file.
*/
#include "toys.h"