Skip to content

Commit

Permalink
Fix typo in GLFunc.h (#21)
Browse files Browse the repository at this point in the history
Summary:
accomodate -> accommodate

Pull Request resolved: #21

Reviewed By: francoiscoulombe

Differential Revision: D47337478

Pulled By: rudybear

fbshipit-source-id: b4eece21f043de2f5bcfde764e4d224fbc960e7f
  • Loading branch information
eltociear authored and facebook-github-bot committed Jul 11, 2023
1 parent 5176f91 commit cd527a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/igl/opengl/GLFunc.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
IGL_EXTERN_BEGIN

// Definitions for IGL extension method function pointers.
// These are defined to accomodate platforms where the pointer types are not pre-defined. These
// These are defined to accommodate platforms where the pointer types are not pre-defined. These
// definitions use a PFNIGL prefix to ensure they don't collide with function pointer types
// defined by other OpenGL loaders. These definitions also omit any extension-specific suffix (e.g.,
// EXT) unless it is needed to disambiguate them.
Expand Down

0 comments on commit cd527a4

Please sign in to comment.