Symmetric has one s and two m's.

This commit is contained in:
wiz 2001-06-18 11:23:00 +00:00
parent 6a56b422c8
commit ccfe29f3cf
5 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: defs.h,v 1.8 2000/11/19 20:17:39 christos Exp $ */ /* $NetBSD: defs.h,v 1.9 2001/06/18 11:23:00 wiz Exp $ */
/* /*
* Copyright (c) 1989, 1993 * Copyright (c) 1989, 1993
@ -268,7 +268,7 @@ typedef struct {
((options[opt]+MY_STATE_DO) & MY_WANT_STATE_DO) ((options[opt]+MY_STATE_DO) & MY_WANT_STATE_DO)
/* /*
* Make everything symetrical * Make everything symmetrical
*/ */
#define HIS_STATE_WILL MY_STATE_DO #define HIS_STATE_WILL MY_STATE_DO

View File

@ -1,4 +1,4 @@
/* $NetBSD: clock.c,v 1.25 2001/04/24 06:26:48 leo Exp $ */ /* $NetBSD: clock.c,v 1.26 2001/06/18 11:23:00 wiz Exp $ */
/* /*
* Copyright (c) 1988 University of Utah. * Copyright (c) 1988 University of Utah.
@ -115,7 +115,7 @@ static int divisor; /* Systemclock divisor */
* be a power of 2. Since this gives us an even number, not an odd number, * be a power of 2. Since this gives us an even number, not an odd number,
* we discard one case and compensate. That is, a variance of 64 would * we discard one case and compensate. That is, a variance of 64 would
* give us offsets in [0..63]. Instead, we take offsets in [1..63]. * give us offsets in [0..63]. Instead, we take offsets in [1..63].
* This is symetric around the point 32, or statvar/2, and thus averages * This is symmetric around the point 32, or statvar/2, and thus averages
* to that value (assuming uniform random numbers). * to that value (assuming uniform random numbers).
*/ */
#ifdef STATCLOCK #ifdef STATCLOCK

View File

@ -1,4 +1,4 @@
/* $NetBSD: esp_rijndael.c,v 1.4 2001/03/02 15:42:40 itojun Exp $ */ /* $NetBSD: esp_rijndael.c,v 1.5 2001/06/18 11:23:00 wiz Exp $ */
/* $KAME: esp_rijndael.c,v 1.4 2001/03/02 05:53:05 itojun Exp $ */ /* $KAME: esp_rijndael.c,v 1.4 2001/03/02 05:53:05 itojun Exp $ */
/* /*
@ -48,7 +48,7 @@
#include <net/net_osdep.h> #include <net/net_osdep.h>
/* as rijndael uses assymetric scheduled keys, we need to do it twice. */ /* as rijndael uses asymmetric scheduled keys, we need to do it twice. */
int int
esp_rijndael_schedlen(algo) esp_rijndael_schedlen(algo)
const struct esp_algorithm *algo; const struct esp_algorithm *algo;

View File

@ -1,4 +1,4 @@
/* $NetBSD: externs.h,v 1.20 2001/01/04 05:58:41 itojun Exp $ */ /* $NetBSD: externs.h,v 1.21 2001/06/18 11:23:01 wiz Exp $ */
/* /*
* Copyright (c) 1988, 1990, 1993 * Copyright (c) 1988, 1990, 1993
@ -209,7 +209,7 @@ extern int (*decrypt_input) P((int));
#define set_my_want_state_wont(opt) {options[opt] &= ~MY_WANT_STATE_WILL;} #define set_my_want_state_wont(opt) {options[opt] &= ~MY_WANT_STATE_WILL;}
/* /*
* Make everything symetrical * Make everything symmetrical
*/ */
#define HIS_STATE_WILL MY_STATE_DO #define HIS_STATE_WILL MY_STATE_DO

View File

@ -1,4 +1,4 @@
.\" $NetBSD: traceroute.8,v 1.11 2000/11/02 18:16:43 wiz Exp $ .\" $NetBSD: traceroute.8,v 1.12 2001/06/18 11:23:01 wiz Exp $
.\" .\"
.\" Copyright (c) 1989, 1995, 1996, 1997 .\" Copyright (c) 1989, 1995, 1996, 1997
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -112,7 +112,7 @@ Use ICMP ECHO instead of UDP datagrams.
.TP .TP
.B \-l .B \-l
Display the ttl value of the returned packet. This is useful for Display the ttl value of the returned packet. This is useful for
checking for assymetric routing. checking for asymmetric routing.
.TP .TP
.B \-m .B \-m
Set the max time-to-live (max number of hops) used in outgoing probe Set the max time-to-live (max number of hops) used in outgoing probe