Skip to content

Commit 3c08595

Browse files
committed
fixed some typos.
1 parent ef778d9 commit 3c08595

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

switch.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ developers implementing forwarding programs like ``forward.p4`` with
255255
an abstract target machine, analogous to a Java Virtual Machine. The
256256
goal is the same as for Java: to support a *write-once-run-anywhere*
257257
programming paradigm. (Note that :numref:`Figure %s <fig-psa>`
258-
includes the generic ``arch.p4`` as the the architecture model spec,
258+
includes the generic ``arch.p4`` as the architecture model spec,
259259
but in practice the architecture model would PSA specific, such as
260260
``psa.p4``.)
261261

@@ -265,7 +265,7 @@ but in practice the architecture model would PSA specific, such as
265265
:align: center
266266

267267
P4 architecture known as the Portable Switch Architecture
268-
(PSA). Includes the generic ``arch.p4`` as the the architecture
268+
(PSA). Includes the generic ``arch.p4`` as the architecture
269269
model spec, but for PSA this would be replaced by ``psa.p4``.
270270

271271
When compared to the simpler PISA model used in :numref:`Figure %s

trellis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Plane Manager) is yet
221221
another ONOS Service–one of the Trellis suite of services. Its
222222
job is to learn routes from external sources, which it does by tapping
223223
into a locally running Quagga process that is configured to peer with
224-
BGP neighbors. Whenever FPM learns about an external route, is adds
224+
BGP neighbors. Whenever FPM learns about an external route, it adds
225225
the corresponding prefix-to-nexthop mapping to the Route service,
226226
indicating that the destination prefix is reachable via the leaf
227227
switches that connect the fabric to upstream networks (e.g., Switches 3

0 commit comments

Comments
 (0)