Fix two typos (#7056)
This commit is contained in:
parent
561cd37c85
commit
843916d585
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ unsafe extern "C" fn trampoline(
|
||||||
}
|
}
|
||||||
|
|
||||||
mod sys {
|
mod sys {
|
||||||
//! Derived from display-link crate under the fololwing license:
|
//! Derived from display-link crate under the following license:
|
||||||
//! <https://github.com/BrainiumLLC/display-link/blob/master/LICENSE-MIT>
|
//! <https://github.com/BrainiumLLC/display-link/blob/master/LICENSE-MIT>
|
||||||
//! Apple docs: [CVDisplayLink](https://developer.apple.com/documentation/corevideo/cvdisplaylinkoutputcallback?language=objc)
|
//! Apple docs: [CVDisplayLink](https://developer.apple.com/documentation/corevideo/cvdisplaylinkoutputcallback?language=objc)
|
||||||
#![allow(dead_code, non_upper_case_globals)]
|
#![allow(dead_code, non_upper_case_globals)]
|
||||||
|
|
|
@ -412,7 +412,7 @@ impl Plugin {
|
||||||
//
|
//
|
||||||
// phew...
|
// phew...
|
||||||
//
|
//
|
||||||
// now the problem is, webassambly doesn't support buffers.
|
// now the problem is, webassembly doesn't support buffers.
|
||||||
// only really like i32s, that's it (yeah, it's sad. Not even unsigned!)
|
// only really like i32s, that's it (yeah, it's sad. Not even unsigned!)
|
||||||
// (ok, I'm exaggerating a bit).
|
// (ok, I'm exaggerating a bit).
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue