Skip to content

Commit 3dc3bbc

Browse files
committed
opal/util: Fix typo
Signed-off-by: NARIBAYASHI Akira <a.naribayashi@fujitsu.com>
1 parent a541ab9 commit 3dc3bbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opal/util/stacktrace.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* Copyright (c) 2017 FUJITSU LIMITED. All rights reserved.
1616
* Copyright (c) 2019 Triad National Security, LLC. All rights
1717
* reserved.
18+
* Copyright (c) 2020 FUJITSU LIMITED. All rights reserved.
1819
* $COPYRIGHT$
1920
*
2021
* Additional copyrights may follow
@@ -236,7 +237,7 @@ static void show_stackframe (int signo, siginfo_t * info, void * p)
236237
case BUS_ADRERR: si_code_str = "Non-existant physical address"; break;
237238
#endif
238239
#ifdef BUS_OBJERR
239-
case BUS_OBJERR: si_code_str = "Objet-specific hardware error"; break;
240+
case BUS_OBJERR: si_code_str = "Object-specific hardware error"; break;
240241
#endif
241242
}
242243
break;

0 commit comments

Comments
 (0)