Fix a typo.
authorGuy Harris <guy@alum.mit.edu>
Tue, 29 Jan 2002 10:44:43 +0000 (10:44 -0000)
committerGuy Harris <guy@alum.mit.edu>
Tue, 29 Jan 2002 10:44:43 +0000 (10:44 -0000)
svn path=/trunk/; revision=4620

packet-pflog.h

index 3bb785191b090637cb45d81b617dc44861cdcdb8..6d8f8b205c9b0a2c94d2a702d56310433b4d0f58 100644 (file)
@@ -1,6 +1,6 @@
 /* packet-pflog.h
  *
- * $Id: packet-pflog.h,v 1.1 2002/01/29 08:44:46 guy Exp $
+ * $Id: packet-pflog.h,v 1.2 2002/01/29 10:44:43 guy Exp $
  *
  * Copyright 2001 Mike Frantzen
  * All rights reserved.
@@ -68,7 +68,7 @@ struct pfloghdr {
 # define NTOHL(x)       x = ntohl(x)
 #endif
 #ifndef NTOHS
-# define NTONS(x)       x = ntohs(x)
+# define NTOHS(x)       x = ntohs(x)
 #endif
 #ifndef HTONL
 # define HTONL(x)       x = htonl(x)