svn commit: r342919 - head/sys/arm64/include

Andrew Turner andrew at FreeBSD.org
Thu Jan 10 16:31:08 UTC 2019


Author: andrew
Date: Thu Jan 10 16:31:07 2019
New Revision: 342919
URL: https://svnweb.freebsd.org/changeset/base/342919

Log:
  Fix a comment, pushed onto is two words.
  
  While here make the comments sentences.
  
  Sponsored by:	DARPA, AFRL

Modified:
  head/sys/arm64/include/frame.h

Modified: head/sys/arm64/include/frame.h
==============================================================================
--- head/sys/arm64/include/frame.h	Thu Jan 10 14:35:23 2019	(r342918)
+++ head/sys/arm64/include/frame.h	Thu Jan 10 16:31:07 2019	(r342919)
@@ -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;


More information about the svn-src-all mailing list