Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/include fix a typo in a comment.



details:   https://anonhg.NetBSD.org/src/rev/467cc5a209a6
branches:  trunk
changeset: 570109:467cc5a209a6
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Sep 25 03:05:23 2004 +0000

description:
fix a typo in a comment.

diffstat:

 sys/arch/amd64/include/cpu.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c943ff61481c -r 467cc5a209a6 sys/arch/amd64/include/cpu.h
--- a/sys/arch/amd64/include/cpu.h      Sat Sep 25 02:55:25 2004 +0000
+++ b/sys/arch/amd64/include/cpu.h      Sat Sep 25 03:05:23 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.4 2004/09/22 11:32:02 yamt Exp $     */
+/*     $NetBSD: cpu.h,v 1.5 2004/09/25 03:05:23 yamt Exp $     */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -60,7 +60,7 @@
        struct device *ci_dev;
        struct cpu_info *ci_self;
        struct cpu_data ci_data;        /* MI per-cpu data */
-       struct cc_microtime_state ci_cc;/* cc_microtime stete */
+       struct cc_microtime_state ci_cc;/* cc_microtime state */
        struct cpu_info *ci_next;
 
        struct lwp *ci_curlwp;



Home | Main Index | Thread Index | Old Index