Skip to content

Commit

Permalink
usd: Fix incorrect comment regarding location of bootstrap structure …
Browse files Browse the repository at this point in the history
…in crate

files.

Fixes #1072

(Internal change: 2033694)
  • Loading branch information
gitamohr authored and pixar-oss committed Jan 28, 2020
1 parent a7524db commit 8cb65e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pxr/usd/usd/crateFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ class CrateFile

////////////////////////////////////////////////////////////////////////

// _BootStrap structure. Appears at end of file, houses version, file
// _BootStrap structure. Appears at start of file, houses version, file
// identifier string and offset to _TableOfContents.
struct _BootStrap {
_BootStrap();
Expand Down

0 comments on commit 8cb65e9

Please sign in to comment.