diff options
| author | Juanma Barranquero | 2011-11-12 00:17:16 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-12 00:17:16 +0100 |
| commit | 40a8bdf60f261d476869cdb1276a00e5641ceba4 (patch) | |
| tree | 488dedb136898934dfab888db07493ac31a0cfb6 /src/s | |
| parent | 97f18cc83d911b1722e00a2558cdff6532c3860a (diff) | |
| download | emacs-40a8bdf60f261d476869cdb1276a00e5641ceba4.tar.gz emacs-40a8bdf60f261d476869cdb1276a00e5641ceba4.zip | |
Fix typos.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/hpux10-20.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h index 1cd91a41b55..37199bcc29b 100644 --- a/src/s/hpux10-20.h +++ b/src/s/hpux10-20.h | |||
| @@ -89,7 +89,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 89 | #undef HAVE_RANDOM | 89 | #undef HAVE_RANDOM |
| 90 | 90 | ||
| 91 | 91 | ||
| 92 | /* Rainer Malzbender <rainer@displaytech.com> says definining | 92 | /* Rainer Malzbender <rainer@displaytech.com> says defining |
| 93 | HAVE_XRMSETDATABASE allows Emacs to compile on HP-UX 10.20 using GCC. */ | 93 | HAVE_XRMSETDATABASE allows Emacs to compile on HP-UX 10.20 using GCC. */ |
| 94 | #ifndef HAVE_XRMSETDATABASE | 94 | #ifndef HAVE_XRMSETDATABASE |
| 95 | #define HAVE_XRMSETDATABASE | 95 | #define HAVE_XRMSETDATABASE |