Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/amd64 Typo in comment
details: https://anonhg.NetBSD.org/src/rev/85486709e957
branches: trunk
changeset: 372665:85486709e957
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Dec 18 07:53:30 2022 +0000
description:
Typo in comment
diffstat:
sys/arch/amd64/amd64/copy.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bf4b4df2c0ff -r 85486709e957 sys/arch/amd64/amd64/copy.S
--- a/sys/arch/amd64/amd64/copy.S Sun Dec 18 01:16:05 2022 +0000
+++ b/sys/arch/amd64/amd64/copy.S Sun Dec 18 07:53:30 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: copy.S,v 1.34 2020/06/30 16:20:00 maxv Exp $ */
+/* $NetBSD: copy.S,v 1.35 2022/12/18 07:53:30 skrll Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -120,7 +120,7 @@
* However the use of 'rep movsb' for the final bytes should be killed.
*
* Newer Intel cpus have a much lower setup time, and may (someday)
- * be ably to do cache-line size copies....
+ * be able to do cache-line size copies....
*/
/*
Home |
Main Index |
Thread Index |
Old Index