Fix obvious typo
authorGabriel F. T. Gomes <gabriel.gomes@intel.com>
Wed, 30 Nov 2022 05:21:33 +0000 (13:21 +0800)
committerPhoebe Wang <phoebe.wang@intel.com>
Wed, 30 Nov 2022 06:01:08 +0000 (14:01 +0800)
commit862c3d4fbe185c3d77c067e6e6ad1f07082a31e1
treea83e007a1d17442bf806be69561cc6ab3f4f5f98
parent78acf911edddde2c40f8d5e78603e446710d35bd
Fix obvious typo

The -fcf-protection option takes an optional argument, which allows the
requesting of control-flow protection on returns, or on indirect jumps
and calls, or both. One of the comments in the code applies to returns,
yet it mentions branches (for indirect calls and jumps). This patch
fixes this obvious typo.

Reviewed By: pengfei

Differential Revision: https://reviews.llvm.org/D117836
clang/include/clang/Basic/TargetInfo.h