1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-02 08:09:27 +01:00

Fix a typo.

(Logical change 1.116)
This commit is contained in:
hp.com!davidm 2003-11-22 06:11:18 +00:00
parent 2c9be974dc
commit 34085cad7b

View file

@ -51,7 +51,7 @@ typedef long double unw_tdep_fpreg_t;
typedef enum
{
/* Note: general registers are excepted to start with index 0.
/* Note: general registers are expected to start with index 0.
This convention facilitates architecture-independent
implementation of the C++ exception handling ABI. See
_Unwind_SetGR() and _Unwind_GetGR() for details. */