Module Name:    src
Committed By:   matt
Date:           Sun Aug 18 05:07:19 UTC 2013

Modified Files:
        src/sys/arch/arm/include: frame.h

Log Message:
fix comment.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/include/frame.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/include/frame.h
diff -u src/sys/arch/arm/include/frame.h:1.17 src/sys/arch/arm/include/frame.h:1.18
--- src/sys/arch/arm/include/frame.h:1.17	Thu Aug 16 17:35:01 2012
+++ src/sys/arch/arm/include/frame.h	Sun Aug 18 05:07:19 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: frame.h,v 1.17 2012/08/16 17:35:01 matt Exp $	*/
+/*	$NetBSD: frame.h,v 1.18 2013/08/18 05:07:19 matt Exp $	*/
 
 /*
  * Copyright (c) 1994-1997 Mark Brinicombe.
@@ -52,7 +52,7 @@
 
 typedef struct trapframe {
 	register_t tf_spsr; /* Zero on arm26 */
-	register_t tf_fill; /* fill here so r0 will dword aligned */
+	register_t tf_fill; /* fill here so r0 will be dword aligned */
 	register_t tf_r0;
 	register_t tf_r1;
 	register_t tf_r2;

Reply via email to