summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2007-09-15 14:55:31 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2007-09-15 14:55:31 +0000
commit230248a5ca884e9433368237e84321d156942169 (patch)
tree7ee7b955c68c56359b76f2fb5d129511de0b2a4f
parent108d9cfcb386f7c605eb46d22d8129f639afb2bd (diff)
realy -> really in comments. Most reported on tech@ by Jung.
-rw-r--r--sys/arch/hppa/hppa/trap.c4
-rw-r--r--sys/arch/hppa64/hppa64/trap.c4
-rw-r--r--sys/net80211/ieee80211.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/hppa/hppa/trap.c b/sys/arch/hppa/hppa/trap.c
index e46657eae59..6c77d3d6982 100644
--- a/sys/arch/hppa/hppa/trap.c
+++ b/sys/arch/hppa/hppa/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.99 2007/05/14 19:54:21 martin Exp $ */
+/* $OpenBSD: trap.c,v 1.100 2007/09/15 14:55:30 krw Exp $ */
/*
* Copyright (c) 1998-2004 Michael Shalayeff
@@ -547,7 +547,7 @@ if (kdb_trap (type, va, frame))
/*
* in case we were interrupted from the syscall gate page
- * treat this as we were not realy running user code no more
+ * treat this as we were not really running user code no more
* for weird things start to happen on return to the userland
* and also see a note in locore.S:TLABEL(all)
*/
diff --git a/sys/arch/hppa64/hppa64/trap.c b/sys/arch/hppa64/hppa64/trap.c
index 63b57f6886b..e045b1f6205 100644
--- a/sys/arch/hppa64/hppa64/trap.c
+++ b/sys/arch/hppa64/hppa64/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.7 2007/03/15 10:22:29 art Exp $ */
+/* $OpenBSD: trap.c,v 1.8 2007/09/15 14:55:30 krw Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -531,7 +531,7 @@ if (kdb_trap (type, va, frame))
/*
* in case we were interrupted from the syscall gate page
- * treat this as we were not realy running user code no more
+ * treat this as we were not really running user code no more
* for weird things start to happen on return to the userland
* and also see a note in locore.S:TLABEL(all)
*/
diff --git a/sys/net80211/ieee80211.c b/sys/net80211/ieee80211.c
index 235cfd47c30..0589896e195 100644
--- a/sys/net80211/ieee80211.c
+++ b/sys/net80211/ieee80211.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ieee80211.c,v 1.24 2007/07/03 20:25:32 damien Exp $ */
+/* $OpenBSD: ieee80211.c,v 1.25 2007/09/15 14:55:30 krw Exp $ */
/* $NetBSD: ieee80211.c,v 1.19 2004/06/06 05:45:29 dyoung Exp $ */
/*-
@@ -851,7 +851,7 @@ ieee80211_rate2media(struct ieee80211com *ic, int rate,
{ 72 | IFM_IEEE80211_11G, IFM_IEEE80211_OFDM36 },
{ 96 | IFM_IEEE80211_11G, IFM_IEEE80211_OFDM48 },
{ 108 | IFM_IEEE80211_11G, IFM_IEEE80211_OFDM54 },
- /* NB: OFDM72 doesn't realy exist so we don't handle it */
+ /* NB: OFDM72 doesn't really exist so we don't handle it */
};
u_int mask, i;