From: Jason Merrill Date: Thu, 14 Dec 2000 19:30:43 +0000 (-0500) Subject: typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7dfa399da1d38733ffebf77cd9a70df950e2cb20;p=gcc.git typo From-SVN: r38257 --- diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c index e997d11d7bf..b428a96953d 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. */