Skip to content

Commit d459be3

Browse files
committed
fixup! amend! [llvm-readelf] Update outdated URL
1 parent 8744921 commit d459be3

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
@@ -131,7 +131,7 @@ enum { EV_NONE = 0, EV_CURRENT = 1 };
131131
// At the time of writing, the list of registered machine architectures is
132132
// at https://groups.google.com/g/generic-abi/c/0kORSDcyhTE/m/ZRf_PvcHAAAJ
133133
// Please refer to https://groups.google.com/g/generic-abi for any further
134-
// updates
134+
// updates.
135135
enum {
136136
EM_NONE = 0, // No machine
137137
EM_M32 = 1, // AT&T WE 32100

0 commit comments

Comments
 (0)