1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Fix typo in previous commit.

Submitted by:	JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp>
This commit is contained in:
Hajimu UMEMOTO 2001-04-20 08:43:20 +00:00
parent 0ab26f0af0
commit d23d305519
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75729

View File

@ -443,7 +443,7 @@ ip6_input(m)
int deliverifid;
/*
* Get a "real" delivered interface, which should be
* Get the "real" delivered interface, which should be
* embedded in the second 16 bits of the destination
* address. We can probably trust the value, but we
* add validation for the value just for safety.