Skip to content

Commit 46686f1

Browse files
committed
1 parent 7eaf470 commit 46686f1

File tree

1 file changed

+1
-1
lines changed
  • llvm/include/llvm/BinaryFormat

1 file changed

+1
-1
lines changed

llvm/include/llvm/BinaryFormat/ELF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ enum { EV_NONE = 0, EV_CURRENT = 1 };
129129

130130
// Machine architectures
131131
// See current registered ELF machine architectures at:
132-
// http://www.uxsglobal.com/developers/gabi/latest/ch4.eheader.html
132+
// http://www.sco.com/developers/gabi/latest/ch4.eheader.html
133133
enum {
134134
EM_NONE = 0, // No machine
135135
EM_M32 = 1, // AT&T WE 32100

0 commit comments

Comments
 (0)