PERFORCE change 221568 for review

Bjoern A. Zeeb bz at FreeBSD.org
Mon Jan 28 15:04:14 UTC 2013


http://p4web.freebsd.org/@@221568?ac=10

Change 221568 by bz at bz_zenith on 2013/01/28 15:04:03

	Fix typo.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/dev/altera/atse/if_atse.c#3 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/dev/altera/atse/if_atse.c#3 (text+ko) ====

@@ -396,7 +396,7 @@
 	val4 = ATSE_TX_META_READ(sc);
 #endif
 	if (sc->atse_tx_m_offset == 0) {
-		/* Wirte start of packet. */
+		/* Write start of packet. */
 		val4 = A_ONCHIP_FIFO_MEM_CORE_SOP;
 		val4 &= ~A_ONCHIP_FIFO_MEM_CORE_EOP;
 		ATSE_TX_META_WRITE(sc, val4);


More information about the p4-projects mailing list