Apply Google inclusive language guidelines.

Also replace backwards with backward.
This commit is contained in:
Todd C. Miller
2020-10-30 10:15:30 -06:00
parent 973da9a591
commit e0c2635fb3
52 changed files with 158 additions and 160 deletions

View File

@@ -423,7 +423,7 @@ timestamp_open(const char *user, pid_t sid)
goto bad;
}
/* Sanity check timestamp dir and create if missing. */
/* Check the validity of timestamp dir and create if missing. */
if (!ts_secure_dir(def_timestampdir, true, false))
goto bad;
@@ -1077,7 +1077,7 @@ set_lectured(void)
goto done;
}
/* Sanity check lecture dir and create if missing. */
/* Check the validity of lecture dir and create if missing. */
if (!ts_secure_dir(def_lecture_status_dir, true, false))
goto done;