typo fix test commit

This commit is contained in:
LLVM GN Syncbot 2019-10-22 21:32:11 +00:00
parent 4c539e8da1
commit f86dc64bad
1 changed files with 1 additions and 1 deletions

View File

@ -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.