diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-02-14 00:53:49 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-02-14 00:53:49 +0000 |
commit | 60ae46e6e1480384e517df60d57e8da1680a7f9b (patch) | |
tree | f7fc0ca493af9bd455475951a0565f9ea7f4b4af /sys/altq | |
parent | 6904b8f563e3d0b1dfdb40c340fc7a22a019f6b5 (diff) |
Consistently spell FALLTHROUGH to appease lint.
ok kettenis@ cloder@ tom@ henning@
Diffstat (limited to 'sys/altq')
-rw-r--r-- | sys/altq/altq_rmclass.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/altq/altq_rmclass.h b/sys/altq/altq_rmclass.h index bca3216833a..1c2e8daa090 100644 --- a/sys/altq/altq_rmclass.h +++ b/sys/altq/altq_rmclass.h @@ -1,4 +1,4 @@ -/* $OpenBSD: altq_rmclass.h,v 1.8 2003/08/22 21:50:34 david Exp $ */ +/* $OpenBSD: altq_rmclass.h,v 1.9 2007/02/14 00:53:47 jsg Exp $ */ /* $KAME: altq_rmclass.h,v 1.6 2000/12/09 09:22:44 kjc Exp $ */ /* @@ -86,10 +86,10 @@ struct red; /* if (xxs < 0) \ printf("rm_class: bogus time values\n"); */ \ delta = 0; \ - /* fall through */ \ + /* FALLTHROUGH */ \ case 2: \ delta += 1000000; \ - /* fall through */ \ + /* FALLTHROUGH */ \ case 1: \ delta += 1000000; \ break; \ |