Skip to content

Commit 7b28e1b

Browse files
committed
typo
1 parent 86ade9b commit 7b28e1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15998,7 +15998,7 @@ <h3 id="metalstack.infra.v2.LLDPNeighbor">LLDPNeighbor</h3>
1599815998
<td>remote_host</td>
1599915999
<td><a href="#string">string</a></td>
1600016000
<td></td>
16001-
<td><p>RemoteHost is the neighbor&#39;s name as given via &#39;System Name TLV&#39; field of a LLDP paket.
16001+
<td><p>RemoteHost is the neighbor&#39;s name as given via &#39;System Name TLV&#39; field of a LLDP packet.
1600216002
Usually this is simply the neighbor&#39;s hostname. </p></td>
1600316003
</tr>
1600416004

go/metalstack/infra/v2/switch.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/metalstack/infra/v2/switch.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ message BGPRoute {
110110

111111
// LLDPNeighbor contains details about a neighbor learned via LLDP.
112112
message LLDPNeighbor {
113-
// RemoteHost is the neighbor's name as given via 'System Name TLV' field of a LLDP paket.
113+
// RemoteHost is the neighbor's name as given via 'System Name TLV' field of a LLDP packet.
114114
// Usually this is simply the neighbor's hostname.
115115
string remote_host = 1 [(buf.validate.field).string = {
116116
hostname: true

0 commit comments

Comments
 (0)