diff options
| author | ThiƩbaud Weksteen <thiebaud@weksteen.fr> | 2015-06-30 17:58:16 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-06-30 22:44:58 -0400 |
| commit | a2e73c480494101f5f6932b6904acb15c44180ee (patch) | |
| tree | 39e28bc61759030db7ad3f5a008ee021e8c7e340 /scripts/gdb/linux | |
| parent | 3328bc9ee47fbf2e35d146bed0d41cff1c68e8f3 (diff) | |
scripts/gdb: fix typo in exception name
Signed-off-by: ThiƩbaud Weksteen <thiebaud@weksteen.fr>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/gdb/linux')
| -rw-r--r-- | scripts/gdb/linux/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gdb/linux/utils.py b/scripts/gdb/linux/utils.py index 128c306db3ee..d7ff3a39b672 100644 --- a/scripts/gdb/linux/utils.py +++ b/scripts/gdb/linux/utils.py | |||
| @@ -83,7 +83,7 @@ def get_target_endianness(): | |||
| 83 | elif "big endian" in endian: | 83 | elif "big endian" in endian: |
| 84 | target_endianness = BIG_ENDIAN | 84 | target_endianness = BIG_ENDIAN |
| 85 | else: | 85 | else: |
| 86 | raise gdb.GdgError("unknown endianness '{0}'".format(str(endian))) | 86 | raise gdb.GdbError("unknown endianness '{0}'".format(str(endian))) |
| 87 | return target_endianness | 87 | return target_endianness |
| 88 | 88 | ||
| 89 | 89 | ||
