Skip to content

Commit

Permalink
scripts/gdb: fix typo in exception name
Browse files Browse the repository at this point in the history
Signed-off-by: Thiébaud Weksteen <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
tweksteen authored and torvalds committed Jul 1, 2015
1 parent 3328bc9 commit a2e73c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gdb/linux/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def get_target_endianness():
elif "big endian" in endian:
target_endianness = BIG_ENDIAN
else:
raise gdb.GdgError("unknown endianness '{0}'".format(str(endian)))
raise gdb.GdbError("unknown endianness '{0}'".format(str(endian)))
return target_endianness


Expand Down

0 comments on commit a2e73c4

Please sign in to comment.