]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
modulo-sched.c (get_sched_window): Fix comment typo.
authorBernhard Fischer <aldot@gcc.gnu.org>
Thu, 17 Jan 2008 23:57:18 +0000 (00:57 +0100)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Thu, 17 Jan 2008 23:57:18 +0000 (00:57 +0100)
2007-01-18  Bernhard Fischer  <aldot@gcc.gnu.org>

* modulo-sched.c (get_sched_window): Fix comment typo.

From-SVN: r131613

gcc/ChangeLog
gcc/modulo-sched.c

index 91874635b8b3c0facea1940cf2b4d1f85dc17cde..2b1662a25967bdbff5f78e58ab177112f2d9d3b2 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-18  Bernhard Fischer  <aldot@gcc.gnu.org>
+
+       * modulo-sched.c (get_sched_window): Fix comment typo.
+
 2008-01-17  Andrew MacLeod  <amacleod@redhat.com>
 
        PR tree-optimization/34648
index ba65ebde7dd2884f83d15bbfa2e3b59e54fab1d1..a203664526a14de8b7072ca34754996352e7a8c3 100644 (file)
@@ -1590,7 +1590,7 @@ get_sched_window (partial_schedule_ptr ps, int *nodes_order, int i,
    MUST_PRECEDE/MUST_FOLLOW contains all predecessors/successors of U_NODE
    which are in SCHED_NODES (already scheduled nodes) and scheduled at
    the same row as the first/last row of U_NODE's scheduling window.
-   The first and last rows are calculated using the following paramaters:
+   The first and last rows are calculated using the following parameters:
    START/END rows - The cycles that begins/ends the traversal on the window;
    searching for an empty cycle to schedule U_NODE.
    STEP - The direction in which we traverse the window.