diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2011-12-30 11:02:40 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2011-12-30 11:02:40 +0000 |
commit | 487ac9ac212077c859aafc40ac9660a84d0f294e (patch) | |
tree | d145ece02284bd86561f373fcb369e260154153b /usr.bin/vgrind/vfontedpr.c | |
parent | fb2ad9d3a495c2ad70c72b3321b61f43d132fbfa (diff) | |
download | src-test2-487ac9ac212077c859aafc40ac9660a84d0f294e.tar.gz src-test2-487ac9ac212077c859aafc40ac9660a84d0f294e.zip |
Notes
Diffstat (limited to 'usr.bin/vgrind/vfontedpr.c')
-rw-r--r-- | usr.bin/vgrind/vfontedpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c index 2fb62c436d38..5baaec0b5f10 100644 --- a/usr.bin/vgrind/vfontedpr.c +++ b/usr.bin/vgrind/vfontedpr.c @@ -110,7 +110,7 @@ static char pstack[PSMAX][PNAMELEN+1]; /* the procedure name stack */ char *l_acmbeg; /* string introducing a comment */ char *l_acmend; /* string ending a comment */ -char *l_blkbeg; /* string begining of a block */ +char *l_blkbeg; /* string beginning of a block */ char *l_blkend; /* string ending a block */ char *l_chrbeg; /* delimiter for character constant */ char *l_chrend; /* delimiter for character constant */ |