diff options
| author | LLVM GN Syncbot <llvmgnsyncbot@gmail.com> | 2019-10-22 21:32:11 +0000 |
|---|---|---|
| committer | LLVM GN Syncbot <llvmgnsyncbot@gmail.com> | 2019-10-22 21:32:11 +0000 |
| commit | f86dc64bad4d1ee2bb591d567b944ea11a168d89 (patch) | |
| tree | 7250f8f55d683e785e4c09aaa9dff7f8d9d7ad02 /lld/include | |
| parent | 4c539e8da1b3de38a53ef3f7497f5c45a3243b61 (diff) | |
| download | bcm5719-llvm-f86dc64bad4d1ee2bb591d567b944ea11a168d89.tar.gz bcm5719-llvm-f86dc64bad4d1ee2bb591d567b944ea11a168d89.zip | |
typo fix test commit
Diffstat (limited to 'lld/include')
| -rw-r--r-- | lld/include/lld/Core/UndefinedAtom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/include/lld/Core/UndefinedAtom.h b/lld/include/lld/Core/UndefinedAtom.h index a40db36519e..31cb9f8238a 100644 --- a/lld/include/lld/Core/UndefinedAtom.h +++ b/lld/include/lld/Core/UndefinedAtom.h @@ -25,7 +25,7 @@ public: /// Normal symbols must be resolved at build time canBeNullNever, - /// This symbol can be missing at runtime and will evalute to nullptr. + /// This symbol can be missing at runtime and will evaluate to nullptr. /// That is, the static linker still must find a definition (usually /// is some shared library), but at runtime, the dynamic loader /// will allow the symbol to be missing and resolved to nullptr. |

