Author: takawata
Date: Tue May 19 13:58:52 2020
New Revision: 361254
URL: https://svnweb.freebsd.org/changeset/base/361254

Log:
  Fix Typo in ng_hci_le_connection_complete_ep struct.
  
  PR:   246538
  Submitted by: Marc Veldman

Modified:
  head/sys/netgraph/bluetooth/include/ng_hci.h

Modified: head/sys/netgraph/bluetooth/include/ng_hci.h
==============================================================================
--- head/sys/netgraph/bluetooth/include/ng_hci.h        Tue May 19 13:54:33 
2020        (r361253)
+++ head/sys/netgraph/bluetooth/include/ng_hci.h        Tue May 19 13:58:52 
2020        (r361254)
@@ -1964,7 +1964,7 @@ typedef struct {
        u_int16_t       interval;
        u_int8_t        latency;
        u_int16_t       supervision_timeout;
-       u_int8_t        master_clock_accracy;
+       u_int8_t        master_clock_accuracy;
        
 } __attribute__ ((packed)) ng_hci_le_connection_complete_ep;
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to