Fix a comment, pushed onto is two words.
While here make the comments sentences. Sponsored by: DARPA, AFRL
This commit is contained in:
parent
b54d7a9715
commit
2aef96ef0a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user