bpf: Correct a comment
MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
540da48d83
commit
c88f6908b4
@ -55,8 +55,8 @@ typedef int64_t bpf_int64;
|
||||
typedef u_int64_t bpf_u_int64;
|
||||
|
||||
/*
|
||||
* Alignment macros. BPF_WORDALIGN rounds up to the next
|
||||
* even multiple of BPF_ALIGNMENT.
|
||||
* Alignment macros. BPF_WORDALIGN rounds up to the next multiple of
|
||||
* BPF_ALIGNMENT.
|
||||
*/
|
||||
#define BPF_ALIGNMENT sizeof(long)
|
||||
#define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
|
||||
|
Loading…
x
Reference in New Issue
Block a user