diff options
| author | Paul Eggert | 2012-10-04 22:57:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-10-04 22:57:24 -0700 |
| commit | 735135f9bc3c01b91ffef7c418dd9281bc347ab7 (patch) | |
| tree | 94c73a545a14f064a9e30559089769f60dfbbf34 /lib/stdlib.in.h | |
| parent | be636386220e8a73b57b03572c625fa92bcf199a (diff) | |
| download | emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.tar.gz emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.zip | |
Spelling fixes.
Diffstat (limited to 'lib/stdlib.in.h')
| -rw-r--r-- | lib/stdlib.in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib.in.h b/lib/stdlib.in.h index 8311a2893c8..65558402bf3 100644 --- a/lib/stdlib.in.h +++ b/lib/stdlib.in.h | |||
| @@ -458,7 +458,7 @@ _GL_WARN_ON_USE (posix_openpt, "posix_openpt is not portable - " | |||
| 458 | /* Return the pathname of the pseudo-terminal slave associated with | 458 | /* Return the pathname of the pseudo-terminal slave associated with |
| 459 | the master FD is open on, or NULL on errors. */ | 459 | the master FD is open on, or NULL on errors. */ |
| 460 | # if @REPLACE_PTSNAME@ | 460 | # if @REPLACE_PTSNAME@ |
| 461 | # if !(defined __cplusplus && defined GNULIB_NAMESPCE) | 461 | # if !(defined __cplusplus && defined GNULIB_NAMESPACE) |
| 462 | # undef ptsname | 462 | # undef ptsname |
| 463 | # define ptsname rpl_ptsname | 463 | # define ptsname rpl_ptsname |
| 464 | # endif | 464 | # endif |