summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-16 15:59:56 +0000
committerDan Gohman <gohman@apple.com>2008-07-16 15:59:56 +0000
commit2853367fd0f8ce1655a1f5fd2b44d8190fba1ade (patch)
tree6ef5ad3048d737570783036f643d46e1cec60671 /include
parentc0d6012b31afa2220306afa27db1b02e18427776 (diff)
downloadllvm-2853367fd0f8ce1655a1f5fd2b44d8190fba1ade.tar.gz
llvm-2853367fd0f8ce1655a1f5fd2b44d8190fba1ade.tar.bz2
llvm-2853367fd0f8ce1655a1f5fd2b44d8190fba1ade.tar.xz
Tidy a doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53682 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CallingConv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CallingConv.h b/include/llvm/CallingConv.h
index 13dd0f79e7..9f268f142d 100644
--- a/include/llvm/CallingConv.h
+++ b/include/llvm/CallingConv.h
@@ -35,7 +35,7 @@ namespace CallingConv {
// prototype exactly match.
/// Fast - This calling convention attempts to make calls as fast as
- /// possible /// (e.g. by passing things in registers).
+ /// possible (e.g. by passing things in registers).
Fast = 8,
// Cold - This calling convention attempts to make code in the caller as