From 1f020b178664857b0e107778d04fb971a58e6230 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 23 Jul 2008 11:23:36 +0000 Subject: - trim any trailing whitespace --- libc/stdio/remove.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/remove.c') diff --git a/libc/stdio/remove.c b/libc/stdio/remove.c index 04ab12edb..f322411e4 100644 --- a/libc/stdio/remove.c +++ b/libc/stdio/remove.c @@ -16,7 +16,7 @@ libc_hidden_proto(unlink) /* SUSv3 states: * If path does not name a directory, remove(path) shall be equivalent * to unlink(path). If path names a directory, remove(path) shall be - * equivalent to rmdir(path). + * equivalent to rmdir(path). */ libc_hidden_proto(remove) -- cgit v1.2.3