summaryrefslogtreecommitdiff
path: root/src/main/java/bjc/funcdata/bst/TreeLinearizationMethod.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/bjc/funcdata/bst/TreeLinearizationMethod.java')
-rw-r--r--src/main/java/bjc/funcdata/bst/TreeLinearizationMethod.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/bjc/funcdata/bst/TreeLinearizationMethod.java b/src/main/java/bjc/funcdata/bst/TreeLinearizationMethod.java
index 65c013b..666834f 100644
--- a/src/main/java/bjc/funcdata/bst/TreeLinearizationMethod.java
+++ b/src/main/java/bjc/funcdata/bst/TreeLinearizationMethod.java
@@ -17,7 +17,7 @@ public enum TreeLinearizationMethod {
*/
POSTORDER,
/**
- * Visit the tree part itself, then the left side of tthis tree part and then
+ * Visit the tree part itself, then the left side of this tree part and then
* the right part.
*/
PREORDER