diff options
| author | vuittont60 <81072379+vuittont60@users.noreply.github.com> | 2024-01-09 10:52:52 +0800 |
|---|---|---|
| committer | vuittont60 <81072379+vuittont60@users.noreply.github.com> | 2024-01-09 10:52:52 +0800 |
| commit | b10f5dd3b9f33093030bda58b470d727128fa3ea (patch) | |
| tree | b1fc7eeb4b1c7426fceaa71a30955f0eab638013 | |
| parent | fac7c3109de53d2e7f808fe21186abcfbb63d529 (diff) | |
| download | rust-b10f5dd3b9f33093030bda58b470d727128fa3ea.tar.gz rust-b10f5dd3b9f33093030bda58b470d727128fa3ea.zip | |
Fix typo Readme.md
| -rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md index f31b5c17969..39ff41acf84 100644 --- a/Readme.md +++ b/Readme.md @@ -181,7 +181,7 @@ debug_tree(expr); (defined in print-tree.h) -To print a debug reprensentation of a gimple struct: +To print a debug representation of a gimple struct: ```c debug_gimple_stmt(gimple_struct) |
