[polly] r214490 - [Typo] Added dot at the end of a sentence.
Johannes Doerfert
jdoerfert at codeaurora.org
Fri Aug 1 01:18:39 PDT 2014
Author: jdoerfert
Date: Fri Aug 1 03:18:39 2014
New Revision: 214490
URL: http://llvm.org/viewvc/llvm-project?rev=214490&view=rev
Log:
[Typo] Added dot at the end of a sentence.
Modified:
polly/trunk/include/polly/CodeGen/IslAst.h
Modified: polly/trunk/include/polly/CodeGen/IslAst.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/CodeGen/IslAst.h?rev=214490&r1=214489&r2=214490&view=diff
==============================================================================
--- polly/trunk/include/polly/CodeGen/IslAst.h (original)
+++ polly/trunk/include/polly/CodeGen/IslAst.h Fri Aug 1 03:18:39 2014
@@ -93,7 +93,7 @@ public:
/// @brief Return a copy of the AST root node.
__isl_give isl_ast_node *getAst() const;
- /// @brief Get the run conditon.
+ /// @brief Get the run condition.
///
/// Only if the run condition evaluates at run-time to a non-zero value, the
/// assumptions that have been taken hold. If the run condition evaluates to
More information about the llvm-commits
mailing list