From cd1f6fac806244b56a1fefbad92eca974ea7e459 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sun, 7 Jul 2013 13:59:28 -0400 Subject: [PATCH] sync.h: Fix spelling --- include/libopencm3/cm3/sync.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libopencm3/cm3/sync.h b/include/libopencm3/cm3/sync.h index 82aedae0..d4832568 100644 --- a/include/libopencm3/cm3/sync.h +++ b/include/libopencm3/cm3/sync.h @@ -22,7 +22,7 @@ #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 * Architecture Reference Manual. */ @@ -35,7 +35,7 @@ void __dmb(void); /* --- Convenience functions ----------------------------------------------- */ -/* Here we implement some simple synchronisation primatives. */ +/* Here we implement some simple synchronisation primitives. */ typedef uint32_t mutex_t;