From 82a5d2a7c4dd3d270537bcede2981e047bfd0e6a Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sun, 1 Dec 2024 11:54:52 +0200 Subject: [PATCH] Fix typo in DMD README (#17100) Signed-off-by: Emmanuel Ferdman --- compiler/src/dmd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/dmd/README.md b/compiler/src/dmd/README.md index 1e96152d04a7..2e93d26fe853 100644 --- a/compiler/src/dmd/README.md +++ b/compiler/src/dmd/README.md @@ -254,7 +254,7 @@ Note that these groups have no strict meaning, the category assignments are a bi | [hdrgen.d](https://github.com/dlang/dmd/blob/master/compiler/src/dmd/hdrgen.d) | Convert an AST into D source code for `.di` header generation, as well as `-vcg-ast` and error messages | | [json.d](https://github.com/dlang/dmd/blob/master/compiler/src/dmd/json.d) | Describe the module in a `.json` file for the `-X` flag | | [dtoh.d](https://github.com/dlang/dmd/blob/master/compiler/src/dmd/dtoh.d) | C++ header generation from D source files | -| [disasm86.d](https://github.com/dlang/dmd/blob/master/compiler/src/dmd/backend/disasm86.d) | x86-64 dissassembly generation +| [disasm86.d](https://github.com/dlang/dmd/blob/master/compiler/src/dmd/backend/x86/disasm86.d) | x86-64 disassembly generation | [disasmarm.d](https://github.com/dlang/dmd/blob/master/compiler/src/dmd/backend/arm/disasmarm.d) | AArch64 disassembly generation ### Utility