summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2012-01-07 16:10:15 +0000
committeruqs <uqs@FreeBSD.org>2012-01-07 16:10:15 +0000
commitc1face14490f3d551ed8779b066827233d256fcf (patch)
tree90d2354ddde62abe3cca3c90c27749b102bdf799
parent8ecda3ab53f0cdd019e147f8831fd080cb96db33 (diff)
downloadFreeBSD-src-c1face14490f3d551ed8779b066827233d256fcf.zip
FreeBSD-src-c1face14490f3d551ed8779b066827233d256fcf.tar.gz
Spelling fixes for include/
-rw-r--r--include/arpa/nameser_compat.h4
-rw-r--r--include/gssapi/gssapi.h4
-rw-r--r--include/resolv.h2
-rw-r--r--include/rpc/svc.h2
-rw-r--r--include/rpcsvc/mount.x4
-rw-r--r--include/rpcsvc/nfs_prot.x4
-rw-r--r--include/rpcsvc/nis.x4
7 files changed, 12 insertions, 12 deletions
diff --git a/include/arpa/nameser_compat.h b/include/arpa/nameser_compat.h
index 161fed3..91ff176 100644
--- a/include/arpa/nameser_compat.h
+++ b/include/arpa/nameser_compat.h
@@ -63,7 +63,7 @@ typedef struct {
/* fields in third byte */
unsigned qr: 1; /*%< response flag */
unsigned opcode: 4; /*%< purpose of message */
- unsigned aa: 1; /*%< authoritive answer */
+ unsigned aa: 1; /*%< authoritative answer */
unsigned tc: 1; /*%< truncated message */
unsigned rd: 1; /*%< recursion desired */
/* fields in fourth byte */
@@ -77,7 +77,7 @@ typedef struct {
/* fields in third byte */
unsigned rd :1; /*%< recursion desired */
unsigned tc :1; /*%< truncated message */
- unsigned aa :1; /*%< authoritive answer */
+ unsigned aa :1; /*%< authoritative answer */
unsigned opcode :4; /*%< purpose of message */
unsigned qr :1; /*%< response flag */
/* fields in fourth byte */
diff --git a/include/gssapi/gssapi.h b/include/gssapi/gssapi.h
index 16a588e..d5294de 100644
--- a/include/gssapi/gssapi.h
+++ b/include/gssapi/gssapi.h
@@ -756,11 +756,11 @@ OM_uint32 gss_release_oid
OM_uint32 gss_decapsulate_token
(const gss_buffer_t, /* mechanism independent token */
gss_OID, /* desired mechanism */
- gss_buffer_t /* decapsulated mechanism dependant token */
+ gss_buffer_t /* decapsulated mechanism dependent token */
);
OM_uint32 gss_encapsulate_token
- (const gss_buffer_t, /* mechanism dependant token */
+ (const gss_buffer_t, /* mechanism dependent token */
gss_OID, /* desired mechanism */
gss_buffer_t /* encapsulated mechanism independent token */
);
diff --git a/include/resolv.h b/include/resolv.h
index f59f445..458835b 100644
--- a/include/resolv.h
+++ b/include/resolv.h
@@ -184,7 +184,7 @@ struct __res_state {
u_int16_t nscount;
u_int16_t nstimes[MAXNS]; /*%< ms. */
int nssocks[MAXNS];
- struct __res_state_ext *ext; /*%< extention for IPv6 */
+ struct __res_state_ext *ext; /*%< extension for IPv6 */
} _ext;
} _u;
};
diff --git a/include/rpc/svc.h b/include/rpc/svc.h
index 8466ef8..d73625e 100644
--- a/include/rpc/svc.h
+++ b/include/rpc/svc.h
@@ -314,7 +314,7 @@ __END_DECLS
* Somebody has to wait for incoming requests and then call the correct
* service routine. The routine svc_run does infinite waiting; i.e.,
* svc_run never returns.
- * Since another (co-existant) package may wish to selectively wait for
+ * Since another (co-existent) package may wish to selectively wait for
* incoming calls or other events outside of the rpc architecture, the
* routine svc_getreq is provided. It must be passed readfds, the
* "in-place" results of a select system call (see select, section 2).
diff --git a/include/rpcsvc/mount.x b/include/rpcsvc/mount.x
index 9596661..b3b21f7 100644
--- a/include/rpcsvc/mount.x
+++ b/include/rpcsvc/mount.x
@@ -150,7 +150,7 @@ program MOUNTPROG {
version MOUNTVERS {
/*
* Does no work. It is made available in all RPC services
- * to allow server reponse testing and timing
+ * to allow server response testing and timing
*/
void
MOUNTPROC_NULL(void) = 0;
@@ -205,7 +205,7 @@ program MOUNTPROG {
version MOUNTVERS3 {
/*
* Does no work. It is made available in all RPC services
- * to allow server reponse testing and timing
+ * to allow server response testing and timing
*/
void
MOUNTPROC_NULL(void) = 0;
diff --git a/include/rpcsvc/nfs_prot.x b/include/rpcsvc/nfs_prot.x
index 8a09ac3..70b24fe 100644
--- a/include/rpcsvc/nfs_prot.x
+++ b/include/rpcsvc/nfs_prot.x
@@ -121,7 +121,7 @@ struct fattr {
unsigned uid; /* owner user id */
unsigned gid; /* owner group id */
unsigned size; /* file size in bytes */
- unsigned blocksize; /* prefered block size */
+ unsigned blocksize; /* preferred block size */
unsigned rdev; /* special device # */
unsigned blocks; /* Kb of disk used by file */
unsigned fsid; /* device # */
@@ -402,7 +402,7 @@ struct fattr3 {
uid3 uid; /* owner user id */
gid3 gid; /* owner group id */
size3 size; /* file size in bytes */
- size3 used; /* prefered block size */
+ size3 used; /* preferred block size */
specdata3 rdev; /* special device # */
uint64 fsid; /* device # */
fileid3 fileid; /* inode # */
diff --git a/include/rpcsvc/nis.x b/include/rpcsvc/nis.x
index 7ebb19d..758fcb7 100644
--- a/include/rpcsvc/nis.x
+++ b/include/rpcsvc/nis.x
@@ -192,8 +192,8 @@ struct ping_args {
* note that modifications will appear as two entries, for names, they have
* an "OLD" entry followed by a "NEW" entry. For entries in tables, there
* is a remove followed by an add. It is done this way so that we can read
- * the log backwards to back out transactions and forwards to propogate
- * updated.
+ * the log backwards to back out transactions and forwards to propagate
+ * updates.
*/
enum log_entry_t {
LOG_NOP = 0,
OpenPOWER on IntegriCloud