aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-05-16 08:39:54 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-05-16 08:39:54 -0400
commit9faa82d8c081b9e38370b5a913825111d2166de6 (patch)
tree1e50640eecb618d0b3fa87607094528acb0add62 /gcc/sched.c
parentddd5a7c1808995545ad5befaa7320135e60b5d38 (diff)
downloadgcc-9faa82d8c081b9e38370b5a913825111d2166de6.zip
gcc-9faa82d8c081b9e38370b5a913825111d2166de6.tar.gz
gcc-9faa82d8c081b9e38370b5a913825111d2166de6.tar.bz2
Fix typos in comments.
From-SVN: r9712
Diffstat (limited to 'gcc/sched.c')
-rw-r--r--gcc/sched.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/sched.c b/gcc/sched.c
index 49c37b1..1632329 100644
--- a/gcc/sched.c
+++ b/gcc/sched.c
@@ -847,7 +847,7 @@ anti_dependence (mem, x)
{
/* If MEM is an unchanging read, then it can't possibly conflict with
the store to X, because there is at most one store to MEM, and it must
- have occured somewhere before MEM. */
+ have occurred somewhere before MEM. */
if (RTX_UNCHANGING_P (mem))
return 0;
@@ -2367,7 +2367,7 @@ sched_note_set (b, x, death)
}
/* Macros and functions for keeping the priority queue sorted, and
- dealing with queueing and unqueueing of instructions. */
+ dealing with queueing and dequeueing of instructions. */
#define SCHED_SORT(READY, NEW_READY, OLD_READY) \
do { if ((NEW_READY) - (OLD_READY) == 1) \