]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
AFS: Fix silly characters in a comment
authorDavid Howells <dhowells@redhat.com>
Mon, 18 Jul 2011 12:50:00 +0000 (13:50 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 21 Jul 2011 00:48:03 +0000 (20:48 -0400)
Fix silly characters in a comment in AFS code (some weird characters replaced
the word 'flag' some point way back).

Reported-by: viro@ZenIV.linux.org.uk
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/afs/afs_vl.h

index 8bbefe009ed4c2344a3a4e6aafe301e9583eac9a..800f607ffaf541b799291d76acd18474bbdbd194 100644 (file)
@@ -49,7 +49,7 @@ enum AFSVL_Errors {
        AFSVL_BADVOLOPER        = 363542,       /* Bad volume operation code */
        AFSVL_BADRELLOCKTYPE    = 363543,       /* Bad release lock type */
        AFSVL_RERELEASE         = 363544,       /* Status report: last release was aborted */
-       AFSVL_BADSERVERFLAG     = 363545,       /* Invalid replication site server °ag */
+       AFSVL_BADSERVERFLAG     = 363545,       /* Invalid replication site server flag */
        AFSVL_PERM              = 363546,       /* No permission access */
        AFSVL_NOMEM             = 363547,       /* malloc/realloc failed to alloc enough memory */
 };