summaryrefslogtreecommitdiff
path: root/lib/fingerprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fingerprint.h')
-rw-r--r--lib/fingerprint.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/fingerprint.h b/lib/fingerprint.h
index ba2e740cd9e..7d2160c9882 100644
--- a/lib/fingerprint.h
+++ b/lib/fingerprint.h
@@ -22,8 +22,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* We generate fingerprint.c and fingerprint.o from all the sources in
Emacs. This way, we have a unique value that we can use to pair
- data files (like a portable dump image) with a specific build of
- Emacs. */
+ data files (like a dump file) with a specific build of Emacs. */
extern volatile unsigned char fingerprint[32];
#endif