diff options
Diffstat (limited to 'kern/atomic.h')
-rw-r--r-- | kern/atomic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/atomic.h b/kern/atomic.h index 27f29201..8a4afb21 100644 --- a/kern/atomic.h +++ b/kern/atomic.h @@ -16,7 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * * - * Type-generic memory-model aware atomic operations. + * Type-generic memory-model-aware atomic operations. * * For portability reasons, this interface restricts atomic operation * sizes to 32-bit and 64-bit. |