<sys/param.h>: Fix a typo in the NELEM() definition.
authorSascha Wildner <saw@online.de>
Fri, 20 May 2011 08:53:57 +0000 (10:53 +0200)
committerSascha Wildner <saw@online.de>
Fri, 20 May 2011 08:54:59 +0000 (10:54 +0200)
commitfa8f7852fe627febb1570324616a93454a1f4e33
tree1392a139085664bb2c80caee052ea3cd94ee643b
parent8c26a330933e8852496a8f6ea3ff8007a62037fd
<sys/param.h>: Fix a typo in the NELEM() definition.

This way it resolves to sizeof(foo[0]) instead of sizeof(foo)[0].

Interestingly, both ways work and give the same results. But the former
looks clearer.
sys/sys/param.h