Fix a comment.
authorBob Wilson <bob.wilson@apple.com>
Tue, 3 May 2011 17:22:56 +0000 (17:22 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 3 May 2011 17:22:56 +0000 (17:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130761 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/Triple.h

index 2659bce61750cfd770e003d77b66b81b42c76d82..078033d8cf370169fbc391d2d06d58c6bfc7cf83 100644 (file)
@@ -225,7 +225,7 @@ public:
   /// if the environment component is present).
   StringRef getOSAndEnvironmentName() const;
 
-  /// getOSNumber - Parse the version number from the OS name component of the
+  /// getOSVersion - Parse the version number from the OS name component of the
   /// triple, if present.
   ///
   /// For example, "fooos1.2.3" would return (1, 2, 3).