diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-08-16 07:42:18 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-08-16 07:42:18 +0000 |
commit | d5968c2a66966106cacd5aa620464a76ace259a5 (patch) | |
tree | f79c7a533b93eee756c0624df2d655c05d5eb7c4 | |
parent | b42db77473452f221d81a3817068c979572b332a (diff) | |
download | src-d5968c2a66966106cacd5aa620464a76ace259a5.tar.gz src-d5968c2a66966106cacd5aa620464a76ace259a5.zip |
fix comment typo: naem -> name
Notes
Notes:
svn path=/head/; revision=101971
-rw-r--r-- | sys/sys/msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/msg.h b/sys/sys/msg.h index b0812454ecb9..4a170a2dc401 100644 --- a/sys/sys/msg.h +++ b/sys/sys/msg.h @@ -59,7 +59,7 @@ struct msqid_ds { * this user defined buffer might look like, and includes the following * members:". This sentence is followed by two lines equivalent * to the mtype and mtext field declarations below. It isn't clear - * if "mymsg" refers to the naem of the structure type or the name of an + * if "mymsg" refers to the name of the structure type or the name of an * instance of the structure... */ struct mymsg { |