This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix comment typos in std_valarray.h


Volker Reichelt <reichelt@igpm.rwth-aachen.de> writes:

| The following patch fixes several comment typos in std_valarray.h:
| 
| Ok for mainline?

Yes.

|         *  Assign elements of array to values in @a v.  Results are undefined
| -       *  if @a v is not the same size as this array.
| +       *  if @a v has not the same size as this array.

I guess, that was supposed to read "if @a v is not of the same size...."
but, you version is fine too.

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]