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;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to