From 4fd3e643bf5b22a890c7c83672be587b0121ecb7 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 23 Nov 1999 18:07:16 +0000 Subject: [PATCH] fix typo --- auth/API | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.50.1