docs: fix: Update outdated term `target-byte-order`
authorErica Bugden <ebugden@efficios.com>
Fri, 2 Jun 2023 17:43:35 +0000 (13:43 -0400)
committerErica Bugden <ebugden@efficios.com>
Wed, 16 Aug 2023 18:31:57 +0000 (14:31 -0400)
`target-byte-order` was renamed to `native-byte-order` in commit
313a0bd9517a .

Change-Id: If72b59d810a989da9009d22d8c2b2ef7df72c495
Signed-off-by: Erica Bugden <ebugden@efficios.com>
platforms/linux-fs/README.adoc

index 919e01de732bbf44d2c535257c7cf3ee27923d0a..d5f6cb65e5c03dcab3fb0e05c15b2980f2bba4d2 100644 (file)
@@ -38,7 +38,7 @@ trace:
   type:
     $include:
       - stdint.yaml
-    target-byte-order: le
+    native-byte-order: le
     clock-types:
       default:
         $c-type: uint64_t
@@ -166,7 +166,7 @@ trace:
   type:
     $include:
       - stdint.yaml
-    target-byte-order: le
+    native-byte-order: le
     clock-types:
       default:
         $c-type: uint64_t
This page took 0.032238 seconds and 4 git commands to generate.