projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77f269d
)
Fix misspelling.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 20 Jun 2006 19:19:25 +0000
(19:19 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 20 Jun 2006 19:19:25 +0000
(19:19 +0000)
lib/openat.c
patch
|
blob
|
history
diff --git
a/lib/openat.c
b/lib/openat.c
index 572e6d55328a3a5e20bcfc4ef050005468f23999..92fa0694a0bd2ab3cf202d754250cba183be45da 100644
(file)
--- a/
lib/openat.c
+++ b/
lib/openat.c
@@
-52,7
+52,7
@@
openat (int fd, char const *file, int flags, ...)
va_start (arg, flags);
/* If mode_t is narrower than int, use the promoted type (int),
- not mode_t. Use sizeof to guess whether mode_t is n
e
rrower;
+ not mode_t. Use sizeof to guess whether mode_t is n
a
rrower;
we don't know of any practical counterexamples. */
mode = (sizeof (mode_t) < sizeof (int)
? va_arg (arg, int)