aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2019-01-10 16:31:07 +0000
committerAndrew Turner <andrew@FreeBSD.org>2019-01-10 16:31:07 +0000
commit9c871ab54aeaef4507076f7325ba71cb82282305 (patch)
treec39602234d81cc56323f020ef592a379c3c0b65b
parentae500c1ff8974130f7f2692772cf288b90349e0d (diff)
downloadsrc-9c871ab54aeaef4507076f7325ba71cb82282305.tar.gz
src-9c871ab54aeaef4507076f7325ba71cb82282305.zip
Fix a comment, pushed onto is two words.
While here make the comments sentences. Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=342919
-rw-r--r--sys/arm64/include/frame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm64/include/frame.h b/sys/arm64/include/frame.h
index 198ae69bdb91..fb06dcad267b 100644
--- a/sys/arm64/include/frame.h
+++ b/sys/arm64/include/frame.h
@@ -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;