forked from OSchip/llvm-project
Remove extraneous "Note t" in comment.
Added in r167571. llvm-svn: 257090
This commit is contained in:
parent
f3b99dd22e
commit
6f18c24c97
|
@ -134,7 +134,7 @@ public:
|
|||
StringRef getOS() const { return Triple.getOSName(); }
|
||||
|
||||
/// \brief Provide the default architecture name (as expected by -arch) for
|
||||
/// this toolchain. Note t
|
||||
/// this toolchain.
|
||||
StringRef getDefaultUniversalArchName() const;
|
||||
|
||||
std::string getTripleString() const {
|
||||
|
|
Loading…
Reference in New Issue