]> granicus.if.org Git - sudo/commitdiff
"time stamp" not "timestamp"
authorTodd C. Miller <Todd.Miller@sudo.ws>
Thu, 21 Dec 2017 21:21:48 +0000 (14:21 -0700)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Thu, 21 Dec 2017 21:21:48 +0000 (14:21 -0700)
plugins/sudoers/check.h

index 4da3f50e1a1ffbd876ebfe3f7ad5b442a275d2d9..be7a8996eeb03eaa1df9d40b062a3b3a2d95f64c 100644 (file)
@@ -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 */