diff options
author | Bruno Haible <bruno@clisp.org> | 2011-04-28 01:26:12 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-04-28 01:26:12 +0200 |
commit | 2cd4d6d9023e923d6e5da19e8ced3e03290efa78 (patch) | |
tree | 2af2edad9558ff3c34c2ea8327b85ccb3d7c8bcb | |
parent | a4e3a1d306ab700ca9c4ec3566d922eca77582e5 (diff) | |
download | gnulib-2cd4d6d9023e923d6e5da19e8ced3e03290efa78.tar.gz |
Typo in comment.
-rw-r--r-- | lib/clean-temp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/clean-temp.h b/lib/clean-temp.h index cac0702065..8a0774dcac 100644 --- a/lib/clean-temp.h +++ b/lib/clean-temp.h @@ -43,7 +43,7 @@ extern "C" { are automatically cleaned up (at the latest) when the program exits or dies from a fatal signal such as SIGINT, SIGTERM, SIGHUP, but not if it dies from a fatal signal such as SIGQUIT, SIGKILL, or SIGABRT, SIGSEGV, - SIGBUS, SIGILL, SIGFPE, */ + SIGBUS, SIGILL, SIGFPE. */ struct temp_dir { |