diff options
| author | Glenn Morris | 2011-05-20 19:27:00 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-05-20 19:27:00 -0700 |
| commit | 8d366f40eb6de6853a4e3c7a698f471e04e34461 (patch) | |
| tree | 955cf7944fe35d1caf1311f140203e182cdce0ab /lib-src | |
| parent | a57471f93507c55b55ee9e28c493ba78b46796e3 (diff) | |
| download | emacs-8d366f40eb6de6853a4e3c7a698f471e04e34461.tar.gz emacs-8d366f40eb6de6853a4e3c7a698f471e04e34461.zip | |
* lib-src/etags.c: Fix typo in previous comment change.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index e492b78a68d..097f6842c07 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -93,7 +93,7 @@ char pot_etags_version[] = "@(#) pot revision number is 17.38.1.4"; | |||
| 93 | 93 | ||
| 94 | #ifdef HAVE_CONFIG_H | 94 | #ifdef HAVE_CONFIG_H |
| 95 | # include <config.h> | 95 | # include <config.h> |
| 96 | /* This is probably not necessary any more. On some systms, config.h | 96 | /* This is probably not necessary any more. On some systems, config.h |
| 97 | used to define static as nothing for the sake of unexec. We don't | 97 | used to define static as nothing for the sake of unexec. We don't |
| 98 | want that here since we don't use unexec. None of these systems | 98 | want that here since we don't use unexec. None of these systems |
| 99 | are supported any more, but the idea is still mentioned in | 99 | are supported any more, but the idea is still mentioned in |