]> The Tcpdump Group git mirrors - libpcap/blobdiff - optimize.c
Fix spelling
[libpcap] / optimize.c
index eb4048a1e94f57e84fc110b2e977d915c8388c5a..6adcbc1233edf9beb0d30f116679c5b8a6104f72 100644 (file)
@@ -209,7 +209,7 @@ lowest_set_bit(int mask)
 #define AX_ATOM N_ATOMS
 
 /*
- * These data structures are used in a Cocke and Shwarz style
+ * These data structures are used in a Cocke and Schwartz style
  * value numbering scheme.  Since the flowgraph is acyclic,
  * exit values can be propagated from a node's predecessors
  * provided it is uniquely defined.