diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-02-17 19:26:45 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-02-17 19:26:45 +0000 |
commit | ebc14f7783fc6908a0e445a3d45de3be830f79b3 (patch) | |
tree | 729d815f6b7915967a66243dd031135682503112 /include | |
parent | 03ddb20bfd9c01e0cc93596cd2a6a0609631c3c0 (diff) | |
download | external_llvm-ebc14f7783fc6908a0e445a3d45de3be830f79b3.zip external_llvm-ebc14f7783fc6908a0e445a3d45de3be830f79b3.tar.gz external_llvm-ebc14f7783fc6908a0e445a3d45de3be830f79b3.tar.bz2 |
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96498 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/ADT/DeltaAlgorithm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/DeltaAlgorithm.h b/include/llvm/ADT/DeltaAlgorithm.h index 1facfa0..45ba198 100644 --- a/include/llvm/ADT/DeltaAlgorithm.h +++ b/include/llvm/ADT/DeltaAlgorithm.h @@ -52,7 +52,7 @@ private: /// \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 |