]> granicus.if.org Git - sudo/commitdiff
fix typo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 23 Nov 1999 18:07:16 +0000 (18:07 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 23 Nov 1999 18:07:16 +0000 (18:07 +0000)
auth/API

index 4b336cc8c832dd1858003562fc3de65afb04bd75..d586c640a922ae6cb39790175542f051cc96226d 100644 (file)
--- a/auth/API
+++ b/auth/API
@@ -7,7 +7,7 @@ Purpose: to provide a simple API for authentication methods that
 The sudo_auth struct looks like this:
 
 typedef struct sudo_auth {
-    short flags;                /* /* various flags, see below */
+    short flags;                /* various flags, see below */
     short status;               /* status from verify routine */
     char *name;                        /* name of the method in string form */
     VOID *data;                 /* method-specific data pointer */