Module Name: src
Committed By: ozaki-r
Date: Thu Jun 22 09:05:02 UTC 2017
Modified Files:
src/tests/net/ndp: t_ndp.sh
Log Message:
Fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/tests/net/ndp/t_ndp.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/net/ndp/t_ndp.sh
diff -u src/tests/net/ndp/t_ndp.sh:1.22 src/tests/net/ndp/t_ndp.sh:1.23
--- src/tests/net/ndp/t_ndp.sh:1.22 Wed Jun 21 09:05:31 2017
+++ src/tests/net/ndp/t_ndp.sh Thu Jun 22 09:05:02 2017
@@ -1,4 +1,4 @@
-# $NetBSD: t_ndp.sh,v 1.22 2017/06/21 09:05:31 ozaki-r Exp $
+# $NetBSD: t_ndp.sh,v 1.23 2017/06/22 09:05:02 ozaki-r Exp $
#
# Copyright (c) 2015 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -398,7 +398,7 @@ atf_test_case ndp_rtm cleanup
ndp_rtm_head()
{
- atf_set "descr" "Tests for routing messages on operations of ARP entries"
+ atf_set "descr" "Tests for routing messages on operations of NDP entries"
atf_set "require.progs" "rump_server"
}