Bug 33768 - splay-tree.c typo
Summary: splay-tree.c typo
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: other (show other bugs)
Version: 4.1.2
: P3 minor
Target Milestone: 4.3.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-13 21:13 UTC by George Ellery
Modified: 2008-01-19 01:04 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description George Ellery 2007-10-13 21:13:27 UTC
in the functions "rotate_left" and "rotate_right" in <splay-tree.c> in the libiberty package, the comments preceding the functions should have an apostrophe in the word "grandparents" (common to both comments) changing the meaning from plural to possessive. a small point to sure but it confounded my understanding of how these simple functions worked for quite a bit.
Comment 1 Manuel López-Ibáñez 2008-01-19 00:39:55 UTC
Subject: Bug 33768

Author: manu
Date: Sat Jan 19 00:39:08 2008
New Revision: 131650

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131650
Log:
2008-01-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

	PR other/33768
	* splay-tree.c (rotate_left): Fix minor typo in comment.
	(rotate_right): Likewise.

Modified:
    trunk/libiberty/ChangeLog
    trunk/libiberty/splay-tree.c

Comment 2 Manuel López-Ibáñez 2008-01-19 01:04:30 UTC
Fixed. Thanks for the report!