Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2e73c48 authored by Thiébaud Weksteen's avatar Thiébaud Weksteen Committed by Linus Torvalds
Browse files

scripts/gdb: fix typo in exception name

parent 3328bc9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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