diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-07-28 19:46:04 -0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-07-31 13:12:47 +0300 |
commit | b208ac07ea8455878bba250796be38dbe58066db (patch) | |
tree | 49721a179263b6bc99405c110f09919764a34dac /include | |
parent | b3125e73d45126ecf49bd73d3a92426102759cda (diff) | |
download | qemu-b208ac07ea8455878bba250796be38dbe58066db.zip qemu-b208ac07ea8455878bba250796be38dbe58066db.tar.gz qemu-b208ac07ea8455878bba250796be38dbe58066db.tar.bz2 |
docs: fix broken paths to docs/devel/atomics.txt
With the move of some docs/ to docs/devel/ on ac06724a71,
a couple of references were not updated.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include')
-rw-r--r-- | include/qemu/atomic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qemu/atomic.h b/include/qemu/atomic.h index e07c797..b6b62fb 100644 --- a/include/qemu/atomic.h +++ b/include/qemu/atomic.h @@ -8,7 +8,7 @@ * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. * - * See docs/atomics.txt for discussion about the guarantees each + * See docs/devel/atomics.txt for discussion about the guarantees each * atomic primitive is meant to provide. */ @@ -427,7 +427,7 @@ * sequentially consistent operations. * * As long as they are used as paired operations they are safe to - * use. See docs/atomic.txt for more discussion. + * use. See docs/devel/atomics.txt for more discussion. */ #ifndef atomic_mb_read |