Skip to content

Commit e4b9f00

Browse files
dhowellsAl Viro
authored and
Al Viro
committed
AFS: Fix silly characters in a comment
Fix silly characters in a comment in AFS code (some weird characters replaced the word 'flag' some point way back). Reported-by: [email protected] Signed-off-by: David Howells <[email protected]> Signed-off-by: Al Viro <[email protected]>
1 parent 4513d89 commit e4b9f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/afs/afs_vl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ enum AFSVL_Errors {
4949
AFSVL_BADVOLOPER = 363542, /* Bad volume operation code */
5050
AFSVL_BADRELLOCKTYPE = 363543, /* Bad release lock type */
5151
AFSVL_RERELEASE = 363544, /* Status report: last release was aborted */
52-
AFSVL_BADSERVERFLAG = 363545, /* Invalid replication site server °ag */
52+
AFSVL_BADSERVERFLAG = 363545, /* Invalid replication site server flag */
5353
AFSVL_PERM = 363546, /* No permission access */
5454
AFSVL_NOMEM = 363547, /* malloc/realloc failed to alloc enough memory */
5555
};

0 commit comments

Comments
 (0)