diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-12-10 22:17:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-12-10 22:17:56 +0000 |
commit | 61fb8d80dc296694362194fa4edb9c12a13434e0 (patch) | |
tree | a734cd4887d9b02e85c0905f4dfdc1d6f77b6ea6 /sys | |
parent | 2fb06443af661b635563309b14f345ddfbb742ca (diff) |
typo; Alexander_Bluhm@genua.de
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/stdint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/stdint.h b/sys/sys/stdint.h index af180cecd65..d49910bffe5 100644 --- a/sys/sys/stdint.h +++ b/sys/sys/stdint.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdint.h,v 1.3 2006/01/14 13:19:51 millert Exp $ */ +/* $OpenBSD: stdint.h,v 1.4 2006/12/10 22:17:55 deraadt Exp $ */ /* * Copyright (c) 1997, 2005 Todd C. Miller <Todd.Miller@courtesan.com> @@ -179,7 +179,7 @@ typedef __uintmax_t uintmax_t; #define PTRDIFF_MIN INTPTR_MIN #define PTRDIFF_MAX INTPTR_MAX -/* Limits of sigatomic_t */ +/* Limits of sig_atomic_t */ #define SIG_ATOMIC_MIN INT32_MIN #define SIG_ATOMIC_MAX INT32_MAX |