aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/uma.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/uma.h')
-rw-r--r--sys/vm/uma.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/uma.h b/sys/vm/uma.h
index 5c57e89a0866..cde1d3a7b0a7 100644
--- a/sys/vm/uma.h
+++ b/sys/vm/uma.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002, Jeffrey Roberson <jroberson@chesapeake.net>
+ * Copyright (c) 2002, Jeffrey Roberson <jeff@freebsd.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -30,7 +30,6 @@
/*
* uma.h - External definitions for the Universal Memory Allocator
*
- * Jeff Roberson <jroberson@chesapeake.net>
*/
#ifndef VM_UMA_H