We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c539e8 commit f86dc64Copy full SHA for f86dc64
lld/include/lld/Core/UndefinedAtom.h
@@ -25,7 +25,7 @@ class UndefinedAtom : public Atom {
25
/// Normal symbols must be resolved at build time
26
canBeNullNever,
27
28
- /// This symbol can be missing at runtime and will evalute to nullptr.
+ /// This symbol can be missing at runtime and will evaluate to nullptr.
29
/// That is, the static linker still must find a definition (usually
30
/// is some shared library), but at runtime, the dynamic loader
31
/// will allow the symbol to be missing and resolved to nullptr.
0 commit comments