Skip to content

Commit

Permalink
Adopt commit 5bbe625 from master: Merge pull request #399 from jolkin…
Browse files Browse the repository at this point in the history
…/patch-1

commit 5bbe625
Merge: 5d77623 359e42c
Author: Henry Verschell <hverschell@bloomberg.net>
Date:   Mon May 9 14:28:40 2016 -0400

    Merge pull request #399 from jolkin/patch-1

    Update bsls_alignment.h

commit 359e42c
Author: Jeffrey Olkin <jolkin@bloomberg.net>
Date:   Mon May 9 12:01:23 2016 -0400

    Update bsls_alignment.h

    Fix "it's"
  • Loading branch information
abeels committed Jun 6, 2016
1 parent 1cb741c commit ff2e24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groups/bsl/bsls/bsls_alignment.h
Expand Up @@ -30,7 +30,7 @@ BSLS_IDENT("$Id: $")
//: 2 NATURAL ALIGNMENT: This strategy, as indicated by the enumerator
//: 'BSLS_NATURAL', specifies that a memory block be aligned based on the
//: size (in bytes) of that block. An object of a fundamental type ('int',
//: etc.) is *naturally* *aligned* when it's size evenly divides its address.
//: etc.) is *naturally* *aligned* when its size evenly divides its address.
//: An object of an aggregate type has natural alignment if the alignment of
//: the most-restrictively aligned sub-object evenly divides the address of
//: the aggregate. Natural alignment is always at least as restrictive as
Expand Down

0 comments on commit ff2e24f

Please sign in to comment.