@@ -325,7 +325,7 @@ def _object_to_dict(obj, fields):
325325 CMN-650: 7.1, tables 7-1 on
326326 CMN-700: 6.1, tables 6-1 on
327327
328- Some fields may exist in multple match groups, while others only exist
328+ Some fields may exist in multiple match groups, while others only exist
329329in one. This gives us some flexibility in how we allocate fields.
330330
331331CMN-650, CMN-700 and CI-700 appear to be the same.
@@ -341,7 +341,7 @@ def _object_to_dict(obj, fields):
341341 "srcid" : (None , [(0 , 0 , 11 )], [(0 , 0 , 11 ), (2 , 0 , 11 )]),
342342 "tgtid" : (None , [(0 , 0 , 11 )], [(0 , 0 , 11 ), (2 , 0 , 11 )]),
343343 "returnnid" : (None , [(0 , 11 , 11 )], [(0 , 11 , 11 )]),
344- "endian" : (None , [(0 , 22 , 1 )], [(0 , 22 , 1 )]), # overlays wth stashnidvalid/deep
344+ "endian" : (None , [(0 , 22 , 1 )], [(0 , 22 , 1 )]), # overlays with stashnidvalid/deep
345345 "opcode" : (chi_spec .opcodes_REQ , [(0 , 31 , 6 )], [(0 , 29 , 7 ), (2 , 11 , 7 )]),
346346 "size" : (None , [(0 , 37 , 3 )], [(0 , 36 , 3 )]),
347347 "ns" : (chi_spec .NS , [(0 , 40 , 1 )], [(0 , 39 , 1 )]),
0 commit comments