Browse Source

sync.h: Fix spelling

pull/174/head
Ben Gamari 12 years ago
committed by Piotr Esden-Tempski
parent
commit
cd1f6fac80
  1. 4
      include/libopencm3/cm3/sync.h

4
include/libopencm3/cm3/sync.h

@ -22,7 +22,7 @@
#include "common.h" #include "common.h"
/* Implements synchronisation primatives as discussed in the ARM document /* Implements synchronisation primitives as discussed in the ARM document
* DHT0008A (ID081709) "ARM Synchronization Primitives" and the ARM v7-M * DHT0008A (ID081709) "ARM Synchronization Primitives" and the ARM v7-M
* Architecture Reference Manual. * Architecture Reference Manual.
*/ */
@ -35,7 +35,7 @@ void __dmb(void);
/* --- Convenience functions ----------------------------------------------- */ /* --- Convenience functions ----------------------------------------------- */
/* Here we implement some simple synchronisation primatives. */ /* Here we implement some simple synchronisation primitives. */
typedef uint32_t mutex_t; typedef uint32_t mutex_t;

Loading…
Cancel
Save