Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include fix comment.
details: https://anonhg.NetBSD.org/src/rev/b1a1876058d9
branches: trunk
changeset: 789391:b1a1876058d9
user: matt <matt%NetBSD.org@localhost>
date: Sun Aug 18 05:07:19 2013 +0000
description:
fix comment.
diffstat:
sys/arch/arm/include/frame.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 755fa3d83b21 -r b1a1876058d9 sys/arch/arm/include/frame.h
--- a/sys/arch/arm/include/frame.h Sun Aug 18 05:06:49 2013 +0000
+++ b/sys/arch/arm/include/frame.h Sun Aug 18 05:07:19 2013 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index