aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>1999-08-24 06:54:20 +0000
committerAlan Cox <alc@FreeBSD.org>1999-08-24 06:54:20 +0000
commit4bffe072c43c0098f0bf945f44715adcccf8bfec (patch)
tree9176ee41a3398af8ba2553d8746ad26d5b8d1511 /sys
parent2a6d85a9cb6c29d6b649b72068922d1b31df7fca (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/atomic.c2
-rw-r--r--sys/i386/i386/atomic.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/atomic.c b/sys/amd64/amd64/atomic.c
index 2c0443e702009..d7a5c495d6dfd 100644
--- a/sys/amd64/amd64/atomic.c
+++ b/sys/amd64/amd64/atomic.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id $
+ * $Id$
*/
/* This file creates publically callable functions to perform various
diff --git a/sys/i386/i386/atomic.c b/sys/i386/i386/atomic.c
index 2c0443e702009..d7a5c495d6dfd 100644
--- a/sys/i386/i386/atomic.c
+++ b/sys/i386/i386/atomic.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id $
+ * $Id$
*/
/* This file creates publically callable functions to perform various