X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.c;h=68afec6c1c3a0a8b0b58b5ec74993dffa73e314c;hp=a17da5b4ac82e11b88561c35e54ec624960424cd;hb=3a6b996d8b39fdc067df352d1eee757ef2a8f49b;hpb=c1b282afb8e8422d12ae01a77937f27281748f1b diff --git a/afs.c b/afs.c index a17da5b4..68afec6c 100644 --- a/afs.c +++ b/afs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2014 Andre Noll + * Copyright (C) 2007-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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;