diff options
author | Indu Bhagat <indu.bhagat@oracle.com> | 2023-04-19 14:12:17 -0700 |
---|---|---|
committer | Indu Bhagat <indu.bhagat@oracle.com> | 2023-04-19 14:37:59 -0700 |
commit | 8bb878b77785016d41447aa253821ff0a869cc56 (patch) | |
tree | 64e4091dde84108090a762536a869e1327bedb1d /include | |
parent | 26be6015b750e7e2b40718b09c6195e8986be461 (diff) | |
download | gdb-8bb878b77785016d41447aa253821ff0a869cc56.zip gdb-8bb878b77785016d41447aa253821ff0a869cc56.tar.gz gdb-8bb878b77785016d41447aa253821ff0a869cc56.tar.bz2 |
sframe: correct some typos
include/
* sframe.h: Correct a typo.
libsframe/
* sframe.c: Likewise.
Diffstat (limited to 'include')
-rw-r--r-- | include/sframe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sframe.h b/include/sframe.h index 58907d7..c3dbb3a 100644 --- a/include/sframe.h +++ b/include/sframe.h @@ -146,9 +146,9 @@ typedef struct sframe_header not fixed, it is set to SFRAME_CFA_FIXED_RA_INVALID, and individual FREs provide the applicable stack frame offset, if any. */ int8_t sfh_cfa_fixed_ra_offset; - /* Number of bytes making up the auxilliary header, if any. + /* Number of bytes making up the auxiliary header, if any. Some ABI/arch, in the future, may use this space for extending the - information in SFrame header. Auxilliary header is contained in + information in SFrame header. Auxiliary header is contained in bytes sequentially following the sframe_header. */ uint8_t sfh_auxhdr_len; /* Number of SFrame FDEs in this SFrame section. */ |