Description: Fix copy&paste error
 .
 cbmc (5.9-4) unstable; urgency=low
 .
   * tba
Author: Michael Tautschnig <mt@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2018-07-04

--- cbmc-5.9.orig/src/ansi-c/library/inet.c
+++ cbmc-5.9/src/ansi-c/library/inet.c
@@ -113,7 +113,7 @@ uint16_t htons(uint16_t hostshort)
 #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
   return __builtin_bswap16(hostshort);
 #else
-  return hostlong;
+  return hostshort;
 #endif
 }
 
