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 doc] use "cannot" consistently


On 03/14/2017 01:41 PM, Richard Sandiford wrote:
Martin Sebor <msebor@gmail.com> writes:
@@ -373,7 +373,7 @@ example, this code would produce an error:

 @smallexample
 #if 0
-You can't expect this to work.
+You cannot expect this to work.
 #endif
 @end smallexample


Sure the maintainers would have caught this, but: the "'" is needed here.
The point is that code doesn't tokenise properly.

Great catch, thanks!  I'll be sure to fix that if the patch is
approved.

Martin


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