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/print.c | |
| parent | 34035df32674d5a6a4eb4112dfa5ea69b4dec64f (diff) | |
| download | emacs-8e6208c5d2c91d70f2338d1c3d788e194c6c9d52.tar.gz | |
Comment fixes.
Diffstat (limited to 'src/print.c')
| -rw-r--r-- | src/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c index 32210145741..5d42b580bea 100644 --- a/src/print.c +++ b/src/print.c @@ -708,7 +708,7 @@ print_error_message (data, stream) /* * The buffer should be at least as large as the max string size of the - * largest float, printed in the biggest notation. This is undoubtably + * largest float, printed in the biggest notation. This is undoubtedly * 20d float_output_format, with the negative of the C-constant "HUGE" * from <math.h>. * |
