aboutsummaryrefslogtreecommitdiff
path: root/include/sg_unaligned.h
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2017-12-20 03:53:14 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2017-12-20 03:53:14 +0000
commit766b77d70276eef4a6ae92217d1ffbcde819a88b (patch)
tree8a5627e84703361ed577c0527ef437ce45f56259 /include/sg_unaligned.h
parented9ccf29c5bc66e5212996aee4bbb1496d2d3108 (diff)
downloadsg3_utils-766b77d70276eef4a6ae92217d1ffbcde819a88b.tar.gz
sg_write_x: almost finished; lots of nvme infrastructure
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@737 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'include/sg_unaligned.h')
-rw-r--r--include/sg_unaligned.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sg_unaligned.h b/include/sg_unaligned.h
index e40e359b..6a7b10e8 100644
--- a/include/sg_unaligned.h
+++ b/include/sg_unaligned.h
@@ -2,7 +2,7 @@
#define SG_UNALIGNED_H
/*
- * Copyright (c) 2014-2016 Douglas Gilbert.
+ * Copyright (c) 2014-2017 Douglas Gilbert.
* All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the BSD_LICENSE file.
@@ -172,7 +172,7 @@ static inline void sg_nz_put_unaligned_be64(uint64_t val, void *p)
/* Below are the little endian equivalents of the big endian functions
- * above. Little endian is used by ATA, networking and PCI.
+ * above. Little endian is used by ATA, PCI and NVMe.
*/
static inline uint16_t __get_unaligned_le16(const uint8_t *p)