diff options
author | jmc <> | 2022-12-27 17:10:06 +0000 |
---|---|---|
committer | jmc <> | 2022-12-27 17:10:06 +0000 |
commit | ddf0e80229d300fb3367dd1d2ca494b2baf147a0 (patch) | |
tree | c3a822c8accd682f0e2bcf3a5ae1934ce73dcaa5 /src/lib/libc/stdlib/atexit.c | |
parent | ec80cc02af7fb5b42ef1b159a7175ab18d7464c0 (diff) | |
download | openbsd-ddf0e80229d300fb3367dd1d2ca494b2baf147a0.tar.gz openbsd-ddf0e80229d300fb3367dd1d2ca494b2baf147a0.tar.bz2 openbsd-ddf0e80229d300fb3367dd1d2ca494b2baf147a0.zip |
spelling fixes; from paul tagliamonte
any changes not taken noted on tech, but chiefly here i did not take the
cancelation - cancellation changes;
Diffstat (limited to 'src/lib/libc/stdlib/atexit.c')
-rw-r--r-- | src/lib/libc/stdlib/atexit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/atexit.c b/src/lib/libc/stdlib/atexit.c index 81d2dc2476..3334617b65 100644 --- a/src/lib/libc/stdlib/atexit.c +++ b/src/lib/libc/stdlib/atexit.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: atexit.c,v 1.28 2022/10/22 15:21:25 deraadt Exp $ */ | 1 | /* $OpenBSD: atexit.c,v 1.29 2022/12/27 17:10:06 jmc Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2002 Daniel Hartmeier | 3 | * Copyright (c) 2002 Daniel Hartmeier |
4 | * All rights reserved. | 4 | * All rights reserved. |
@@ -112,7 +112,7 @@ unlock: | |||
112 | DEF_STRONG(__cxa_atexit); | 112 | DEF_STRONG(__cxa_atexit); |
113 | 113 | ||
114 | /* | 114 | /* |
115 | * Copy of atexit() used by libc and anything staticly linked into the | 115 | * Copy of atexit() used by libc and anything statically linked into the |
116 | * executable. This passes NULL for the dso, so the callbacks are only | 116 | * executable. This passes NULL for the dso, so the callbacks are only |
117 | * invoked by exit() and not dlclose() | 117 | * invoked by exit() and not dlclose() |
118 | */ | 118 | */ |