[llvm-commits] [llvm] r130761 - /llvm/trunk/include/llvm/ADT/Triple.h

Bob Wilson bob.wilson at apple.com
Tue May 3 10:22:56 PDT 2011


Author: bwilson
Date: Tue May  3 12:22:56 2011
New Revision: 130761

URL: http://llvm.org/viewvc/llvm-project?rev=130761&view=rev
Log:
Fix a comment.

Modified:
    llvm/trunk/include/llvm/ADT/Triple.h

Modified: llvm/trunk/include/llvm/ADT/Triple.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/Triple.h?rev=130761&r1=130760&r2=130761&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/Triple.h (original)
+++ llvm/trunk/include/llvm/ADT/Triple.h Tue May  3 12:22:56 2011
@@ -225,7 +225,7 @@
   /// 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).





More information about the llvm-commits mailing list