The Programmer's Manual guidance on the StringRef class (https://llvm.org/docs/ProgrammersManual.html#the-stringref-class) refers to iterator StringRef::find(StringRef Key) which does not exist. Based on context this is surely a small typo meant to be iterator StringMap::find(StringRef Key).
This also corrects some small typos in the comments of llvm/include/llvm/Support/Chrono.h