Date: Thu, 10 Jan 2019 16:31:08 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r342919 - head/sys/arm64/include Message-ID: <201901101631.x0AGV8JG002203@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901101631.x0AGV8JG002203>