diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2000-12-14 14:30:43 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2000-12-14 14:30:43 -0500 |
commit | 7dfa399da1d38733ffebf77cd9a70df950e2cb20 (patch) | |
tree | f657940a54ac2f23040512fd07724033c5cf09a3 /gcc | |
parent | 3d182b4c2a50830784a023bc6127215a03edba3f (diff) | |
download | gcc-7dfa399da1d38733ffebf77cd9a70df950e2cb20.zip gcc-7dfa399da1d38733ffebf77cd9a70df950e2cb20.tar.gz gcc-7dfa399da1d38733ffebf77cd9a70df950e2cb20.tar.bz2 |
typo
From-SVN: r38257
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/cvt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c index e997d11..b428a96 100644 --- a/gcc/cp/cvt.c +++ b/gcc/cp/cvt.c @@ -1016,7 +1016,7 @@ convert_to_void (expr, implicit) conversions to/from basetypes may involve memory references (vbases) and adding or subtracting small values (multiple inheritance), but it calls convert from the constant folding code - on subtrees of already build trees after it has ripped them apart. + on subtrees of already built trees after it has ripped them apart. Also, if we ever support range variables, we'll probably also have to do a little bit more work. */ |