diff options
| author | NVIDIA.COM\bdudash <[email protected]> | 2018-07-25 09:46:16 +0900 |
|---|---|---|
| committer | NVIDIA.COM\bdudash <[email protected]> | 2018-07-25 09:46:16 +0900 |
| commit | cd6554251fe9ebe1fb477424924b23f010a546f0 (patch) | |
| tree | 3fafbff3aa9a2ea5429846a8b5cba90d8b1db74c /doc/NVIDIA_GfeSDK_Developer_FAQ.md | |
| parent | Update the technical FAQ to reflect some recent infomation. Added a link to ... (diff) | |
| download | gfesdk-cd6554251fe9ebe1fb477424924b23f010a546f0.tar.xz gfesdk-cd6554251fe9ebe1fb477424924b23f010a546f0.zip | |
Fixed typo
Diffstat (limited to 'doc/NVIDIA_GfeSDK_Developer_FAQ.md')
| -rw-r--r-- | doc/NVIDIA_GfeSDK_Developer_FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/NVIDIA_GfeSDK_Developer_FAQ.md b/doc/NVIDIA_GfeSDK_Developer_FAQ.md index f87cfcb..f1fdfe7 100644 --- a/doc/NVIDIA_GfeSDK_Developer_FAQ.md +++ b/doc/NVIDIA_GfeSDK_Developer_FAQ.md @@ -1,6 +1,6 @@ # SDK and Highlights (NVH) Developer FAQ -This document is a collection of common questions, information or issues that can come up during an integration of NVH. It is not con conclusive, but should provide leads to common problems. +This document is a collection of common questions, information or issues that can come up during an integration of NVH. It is not conclusive, but should provide leads to common problems. ## Testing Error Codes * Be warned that there are non-zero success codes in the SPH SDK. We recommend developers to use the macro below (defined already in sdk_types_ipc.h FYI) |