summaryrefslogtreecommitdiff
path: root/include/llvm/ADT
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-05-03 17:22:56 +0000
committerBob Wilson <bob.wilson@apple.com>2011-05-03 17:22:56 +0000
commit6e97eced2f036ef0016c124d45e2fb4c3b95dd8d (patch)
treead3e9b5b1bffc996a22eb413453d27e149b5ff71 /include/llvm/ADT
parent30692abac7da49376b7d3b33d74612893d72f547 (diff)
downloadllvm-6e97eced2f036ef0016c124d45e2fb4c3b95dd8d.tar.gz
llvm-6e97eced2f036ef0016c124d45e2fb4c3b95dd8d.tar.bz2
llvm-6e97eced2f036ef0016c124d45e2fb4c3b95dd8d.tar.xz
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130761 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT')
-rw-r--r--include/llvm/ADT/Triple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/Triple.h b/include/llvm/ADT/Triple.h
index 2659bce617..078033d8cf 100644
--- a/include/llvm/ADT/Triple.h
+++ b/include/llvm/ADT/Triple.h
@@ -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).