Skip to content

Commit

Permalink
Minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fboemer committed Apr 12, 2021
1 parent 2633bf7 commit e1ab1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/src/seal/util/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ namespace seal

// Allocate "size" bytes in memory and returns a seal_byte pointer
// If SEAL_USE_ALIGNED_ALLOC is defined, use _aligned_malloc and ::aligned_alloc (or std::malloc)
// Use `new sealbytes[size]` as fallback
// Use `new seal_byte[size]` as fallback
#ifndef SEAL_MALLOC
#define SEAL_MALLOC(size) (new seal_byte[size])
#endif
Expand Down

0 comments on commit e1ab1f5

Please sign in to comment.