Hi, see subject line.
Tim
>From 6a6d5d0218f613f8d1ed79063a60e091875a9c14 Mon Sep 17 00:00:00 2001 From: Tim Landscheidt <[email protected]> Date: Sun, 8 Jan 2012 01:20:08 +0000 Subject: [PATCH] Fix small typo. --- src/scan-skel.l | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/scan-skel.l b/src/scan-skel.l index a89e13c..eb3c90a 100644 --- a/src/scan-skel.l +++ b/src/scan-skel.l @@ -72,7 +72,7 @@ static void fail_for_invalid_at (char const *at); "@@" fputc ('@', yyout); "@{" fputc ('[', yyout); "@}" fputc (']', yyout); -"@`" /* Emtpy. Used by b4_cat in ../data/bison.m4. */ +"@`" /* Empty. Used by b4_cat in ../data/bison.m4. */ @\n /* Likewise. */ "@oline@" fprintf (yyout, "%d", out_lineno + 1); -- 1.6.2.5
