Correct spelling of "alignment".
authorGiuliano Procida <gprocida@google.com>
Thu, 5 Mar 2020 14:40:39 +0000 (14:40 +0000)
committerDodji Seketeli <dodji@redhat.com>
Fri, 6 Mar 2020 10:30:33 +0000 (11:30 +0100)
* src/abg-reporter-priv.cc: s/alignement/alignment/
* tests/data/test-abidiff/test-struct0-report.txt: Ditto..
* tests/data/test-abidiff/test-struct1-report.txt: Ditto.
* tests/data/test-abidiff/test-var0-report.txt: Ditto.

Signed-off-by: Giuliano Procida <gprocida@google.com>
src/abg-reporter-priv.cc
tests/data/test-abidiff/test-struct0-report.txt
tests/data/test-abidiff/test-struct1-report.txt
tests/data/test-abidiff/test-var0-report.txt

index 78ebd91bab914433cb88ba1f239e778c915cc2b5..29aa37cd847adcce305b26c844779ba6b414781b 100644 (file)
@@ -812,7 +812,7 @@ report_size_and_alignment_changes(type_or_decl_base_sptr    first,
       if (n)
        out << "\n";
       out << indent;
-      show_numerical_change("type alignement", fa, sa, *ctxt, out,
+      show_numerical_change("type alignment", fa, sa, *ctxt, out,
                            /*show_bits_or_bytes=*/false);
       n = true;
     }
index 5c8d78ad79ce5020e1fa9a2a5d453969dec1172a..f6c4cecec3e3c53b52c4a6616f75272d361ec5de 100644 (file)
@@ -7,7 +7,7 @@
      type of 'char s0::m1' changed:
        type name changed from 'char' to 'unsigned int'
        type size changed from 8 to 32 (in bits)
-       type alignement changed from 8 to 32
+       type alignment changed from 8 to 32
 
   's0&' changed:
     referenced type 'class s0' changed, as reported earlier
index 7f372cd7869d1cc02260032b5a9137d3e522c0cc..39b71e55eb8686e908445062d70ec2b14d3cc919 100644 (file)
@@ -13,7 +13,7 @@
      type of 'int s0::m0' changed:
        type name changed from 'int' to 'char'
        type size changed from 32 to 8 (in bits)
-       type alignement changed from 32 to 8
+       type alignment changed from 32 to 8
 
      'unsigned int s0::m2' offset changed from 128 to 192 (in bits) (by +64 bits)
   'const s0' changed:
index 08f28f7f24afd870710e474127082c18044ca919..b4c9a38ed8e542e865497ced65bd3df44859d0cb 100644 (file)
@@ -3,4 +3,4 @@
     type of variable changed:
      type name changed from 'int' to 'char'
      type size changed from 32 to 8 (in bits)
-     type alignement changed from 32 to 8
+     type alignment changed from 32 to 8