diff options
-rw-r--r-- | llvm/include/llvm/ADT/Triple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/Triple.h b/llvm/include/llvm/ADT/Triple.h index edeb31efab8..b9485e81feb 100644 --- a/llvm/include/llvm/ADT/Triple.h +++ b/llvm/include/llvm/ADT/Triple.h @@ -477,7 +477,7 @@ public: return getSubArch() == Triple::ARMSubArch_v7k; } - /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS). + /// isOSDarwin - Is this a "Darwin" OS (macOS, iOS, tvOS or watchOS). bool isOSDarwin() const { return isMacOSX() || isiOS() || isWatchOS(); } |