X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fltt-private.h;h=d97ff5fce9ec871c5b24a4deae2efbc0ac3c2313;hb=fb069ce1a4b2b1928b68e10b3fe5be991c447b10;hp=89c5e6ce297dc6f9b1e4b9ce4cfaf87d2ad78f6e;hpb=6dfb376ed3e78868d3cc47ca5e25c77b3219d701;p=lttv.git diff --git a/ltt/branches/poly/ltt/ltt-private.h b/ltt/branches/poly/ltt/ltt-private.h index 89c5e6ce..d97ff5fc 100644 --- a/ltt/branches/poly/ltt/ltt-private.h +++ b/ltt/branches/poly/ltt/ltt-private.h @@ -457,7 +457,7 @@ static inline unsigned int ltt_align(size_t align_drift, { size_t alignment = min(has_alignment, size_of_type); - if(!has_alignement) return 0; + if(!has_alignment) return 0; return ((alignment - align_drift) & (alignment-1)); }