[llvm-commits] [llvm] r96498 - /llvm/trunk/include/llvm/ADT/DeltaAlgorithm.h
Daniel Dunbar
daniel at zuster.org
Wed Feb 17 11:26:46 PST 2010
Author: ddunbar
Date: Wed Feb 17 13:26:45 2010
New Revision: 96498
URL: http://llvm.org/viewvc/llvm-project?rev=96498&view=rev
Log:
Fix comment.
Modified:
llvm/trunk/include/llvm/ADT/DeltaAlgorithm.h
Modified: llvm/trunk/include/llvm/ADT/DeltaAlgorithm.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/DeltaAlgorithm.h?rev=96498&r1=96497&r2=96498&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/DeltaAlgorithm.h (original)
+++ llvm/trunk/include/llvm/ADT/DeltaAlgorithm.h Wed Feb 17 13:26:45 2010
@@ -52,7 +52,7 @@
/// \return - The test result.
bool GetTestResult(const changeset_ty &Changes);
- /// Split - Partition a set of changes \arg Sinto one or two subsets.
+ /// Split - Partition a set of changes \arg S into one or two subsets.
void Split(const changeset_ty &S, changesetlist_ty &Res);
/// Delta - Minimize a set of \arg Changes which has been partioned into
More information about the llvm-commits
mailing list