Assorted typo fixes in comments.
[paraslash.git] / afs.c
diff --git a/afs.c b/afs.c
index dd0d1bcd14c3cc7ba75c6b67f38d6cc3ec107fe6..68afec6c1c3a0a8b0b58b5ec74993dffa73e314c 100644 (file)
--- a/afs.c
+++ b/afs.c
@@ -773,7 +773,7 @@ static void register_signal_task(struct sched *s)
 
 static struct list_head afs_client_list;
 
-/** Describes on connected afs client. */
+/** Describes one connected afs client. */
 struct afs_client {
        /** Position in the afs client list. */
        struct list_head node;