summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-17 17:08:59 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-17 17:08:59 -0500
commitbcbedb0e953c65081118bba64716078a89aa8f89 (patch)
tree52408fc17aca62d6df23f23fa3fdf5c611953d2f
parentbf5076044052648f1edb49b4369f79e8c6fad458 (diff)
misc minor text (non-code) changes
-rw-r--r--HACKING3
-rw-r--r--compat/getopt_long.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index ecaef10..767ec53 100644
--- a/HACKING
+++ b/HACKING
@@ -1,3 +1,6 @@
+GNU extensions can be found by grepping for __extension__ and
+__typeof__.
+
This document tries to describe the software layout and design of
nss-pam-ldapd. It should provide some help for contributing code to this
package.
diff --git a/compat/getopt_long.h b/compat/getopt_long.h
index 6182be3..1608dc8 100644
--- a/compat/getopt_long.h
+++ b/compat/getopt_long.h
@@ -38,7 +38,7 @@ struct option {
/* this is a (poor) getopt_long() replacement for systems that don't have it
(this is generaly a GNU extention)
this implementation is by no meens flawless, especialy the optional arguments
- to options and options following filenames is not quite right, allso
+ to options and options following filenames is not quite right, also
minimal error checking
*/
int getopt_long(int argc, char *const argv[],