diff options
Diffstat (limited to 'bits/siginfo-consts.h')
-rw-r--r-- | bits/siginfo-consts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bits/siginfo-consts.h b/bits/siginfo-consts.h index 8743fd5..98cf3c1 100644 --- a/bits/siginfo-consts.h +++ b/bits/siginfo-consts.h @@ -93,7 +93,7 @@ enum { BUS_ADRALN = 1, /* Invalid address alignment. */ # define BUS_ADRALN BUS_ADRALN - BUS_ADRERR, /* Non-existant physical address. */ + BUS_ADRERR, /* Non-existent physical address. */ # define BUS_ADRERR BUS_ADRERR BUS_OBJERR /* Object specific hardware error. */ # define BUS_OBJERR BUS_OBJERR |