summaryrefslogtreecommitdiffstats
path: root/libutil
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-08-25 13:10:45 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-08-25 13:10:45 +0000
commitf703811f3616465f8de1ffaedb33ab419afc2fc1 (patch)
tree2431fec25e544d9a6bbc81c74b187ded244a720d /libutil
parentb9a78da47cf634f6f168c638f1094e89869c9578 (diff)
downloadpw-darwin-f703811f3616465f8de1ffaedb33ab419afc2fc1.tar.gz
pw-darwin-f703811f3616465f8de1ffaedb33ab419afc2fc1.tar.zst
pw-darwin-f703811f3616465f8de1ffaedb33ab419afc2fc1.zip
Replace various spelling with FALLTHROUGH which is lint()able
Diffstat (limited to 'libutil')
-rw-r--r--libutil/login_cap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libutil/login_cap.c b/libutil/login_cap.c
index 55784d7..7d50128 100644
--- a/libutil/login_cap.c
+++ b/libutil/login_cap.c
@@ -245,7 +245,7 @@ login_getclassbyname(char const *name, const struct passwd *pwd)
msg = "%s: no default/fallback class '%s'";
if (cgetent(&lc->lc_cap, login_dbarray, (char*)name) != 0 && r >= 0)
break;
- /* Fallthru - just return system defaults */
+ /* FALLTHROUGH - just return system defaults */
case 0: /* success! */
if ((lc->lc_class = strdup(name)) != NULL) {
if (dir) {