From: Todd C. Miller Date: Tue, 23 Nov 1999 18:07:16 +0000 (+0000) Subject: fix typo X-Git-Tag: SUDO_1_6_1~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fd3e643bf5b22a890c7c83672be587b0121ecb7;p=sudo fix typo --- diff --git a/auth/API b/auth/API index 4b336cc8c..d586c640a 100644 --- 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 */