diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
commit | 8e6208c5d2c91d70f2338d1c3d788e194c6c9d52 (patch) | |
tree | 8f5bfe00dcb80384d562fad62d2166df9b06bec0 /src/vms-pp.c | |
parent | 34035df32674d5a6a4eb4112dfa5ea69b4dec64f (diff) | |
download | emacs-8e6208c5d2c91d70f2338d1c3d788e194c6c9d52.tar.gz |
Comment fixes.
Diffstat (limited to 'src/vms-pp.c')
-rw-r--r-- | src/vms-pp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vms-pp.c b/src/vms-pp.c index d93ab6743aa..e9dd0733146 100644 --- a/src/vms-pp.c +++ b/src/vms-pp.c @@ -42,7 +42,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. * #define defined(XX) XX_val * #if defined(foo) * - * This last contruction only works on single line #if's and takes + * This last construction only works on single line #if's and takes * advantage of a questionable C pre-processor trick. If there are * comments within the #if, that contain "defined", then this will * bomb. |