Fix a comment, pushed onto is two words.

While here make the comments sentences.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Andrew Turner 2019-01-10 16:31:07 +00:00
parent ae500c1ff8
commit 9c871ab54a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342919

View File

@ -56,7 +56,7 @@ struct arm64_frame {
};
/*
* Signal frame, pushedonto the user stack
* Signal frame, pushed onto the user stack.
*/
struct sigframe {
siginfo_t sf_si; /* actual saved siginfo */
@ -64,7 +64,7 @@ struct sigframe {
};
/*
* There is no fixed frame layout, other than to be 16-byte aligned
* There is no fixed frame layout, other than to be 16-byte aligned.
*/
struct frame {
int dummy;