- Correct spelling in comments

Submitted by:	Christoph Mallon <christoph.mallon@gmx.de> (via private mail)
This commit is contained in:
Gabor Kovesdan 2013-04-17 11:56:11 +00:00
parent 84a17a97ce
commit a8b5c2a0aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249588
6 changed files with 8 additions and 6 deletions

View File

@ -22,7 +22,7 @@ BEGIN_MAP
# Suitability for use in MIME text: # Suitability for use in MIME text:
# Yes # Yes
# Published specification(s): # Published specification(s):
# The official Standard STRK1048-2002 was created by the Committee of standartization of # The official Standard STRK1048-2002 was created by the Committee of standardization of
# Ministry of economy and trade of Kazakhstan Republic and was published in print by the # Ministry of economy and trade of Kazakhstan Republic and was published in print by the
# Kazakhstan Standard Committee, Astana, February 7, 2002 # Kazakhstan Standard Committee, Astana, February 7, 2002
# #

View File

@ -22,7 +22,7 @@ BEGIN_MAP
# Suitability for use in MIME text: # Suitability for use in MIME text:
# Yes # Yes
# Published specification(s): # Published specification(s):
# The official Standard STRK1048-2002 was created by the Committee of standartization of # The official Standard STRK1048-2002 was created by the Committee of standardization of
# Ministry of economy and trade of Kazakhstan Republic and was published in print by the # Ministry of economy and trade of Kazakhstan Republic and was published in print by the
# Kazakhstan Standard Committee, Astana, February 7, 2002 # Kazakhstan Standard Committee, Astana, February 7, 2002
# #

View File

@ -2,6 +2,8 @@
* os.h * os.h
* *
* random collection of macros and definition * random collection of macros and definition
*
* $FreeBSD$
*/ */
#ifndef _XEN_OS_H_ #ifndef _XEN_OS_H_
@ -57,7 +59,7 @@ void trap_init(void);
/* /*
* STI/CLI equivalents. These basically set and clear the virtual * STI/CLI equivalents. These basically set and clear the virtual
* event_enable flag in teh shared_info structure. Note that when * event_enable flag in the shared_info structure. Note that when
* the enable bit is set, there may be pending events to be handled. * the enable bit is set, there may be pending events to be handled.
* We may therefore call into do_hypervisor_callback() directly. * We may therefore call into do_hypervisor_callback() directly.
*/ */

View File

@ -1811,7 +1811,7 @@ xnb_recv(netif_tx_back_ring_t *txb, domid_t otherend, struct mbuf **mbufc,
if (num_consumed == 0) if (num_consumed == 0)
return 0; /* Nothing to receive */ return 0; /* Nothing to receive */
/* update statistics indepdent of errors */ /* update statistics independent of errors */
ifnet->if_ipackets++; ifnet->if_ipackets++;
/* /*

View File

@ -788,7 +788,7 @@ winLenFixup(un, unlen)
} }
/* /*
* Store an area with multi byte string instr, and reterns left * Store an area with multi byte string instr, and returns left
* byte of instr and moves pointer forward. The area's size is * byte of instr and moves pointer forward. The area's size is
* inlen or outlen. * inlen or outlen.
*/ */

View File

@ -41,7 +41,7 @@
* It sends a single character per event: * It sends a single character per event:
* u = up, d = down -- that's the jog button * u = up, d = down -- that's the jog button
* l = left, r = right -- that's the dial. * l = left, r = right -- that's the dial.
* "left" and "right" are rather caprecious. They actually represent * "left" and "right" are rather capricious. They actually represent
* ccw and cw, respectively * ccw and cw, respectively
* *
* What documentation exists is thanks to Andrew Tridge, and his page at * What documentation exists is thanks to Andrew Tridge, and his page at