From: Todd C. Miller Date: Thu, 21 Dec 2017 21:21:48 +0000 (-0700) Subject: "time stamp" not "timestamp" X-Git-Tag: SUDO_1_8_22^2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54158f69181c39c46fb9bd52347b3227622c9e18;p=sudo "time stamp" not "timestamp" --- diff --git a/plugins/sudoers/check.h b/plugins/sudoers/check.h index 4da3f50e1..be7a8996e 100644 --- a/plugins/sudoers/check.h +++ b/plugins/sudoers/check.h @@ -54,7 +54,7 @@ struct timestamp_entry { uid_t auth_uid; /* uid to authenticate as */ pid_t sid; /* session ID associated with tty/ppid */ struct timespec start_time; /* session/ppid start time */ - struct timespec ts; /* timestamp (CLOCK_MONOTONIC) */ + struct timespec ts; /* time stamp (CLOCK_MONOTONIC) */ union { dev_t ttydev; /* tty device number */ pid_t ppid; /* parent pid */